revert upstream repo to codeberg

This commit is contained in:
Frede H 2024-09-12 08:43:43 +02:00
parent c92e35c421
commit 5430b81a75
No known key found for this signature in database
GPG key ID: 3629B5D280E47F0A
2 changed files with 4 additions and 4 deletions

View file

@ -1,8 +1,8 @@
pkgbase = udev-usb-sync
pkgdesc = Fine tune write cache and impose buffer limits when USB storage device is plugged
pkgver = 0.9
pkgrel = 2
url = https://gitlab.manjaro.org/fhdk/udev-usb-sync
pkgrel = 3
url = https://codeberg.org/wonky/udev-usb-sync
install = udev-usb-sync.install
arch = any
license = MIT

View file

@ -1,10 +1,10 @@
# Maintainer: root.nix.dk
pkgname='udev-usb-sync'
pkgver=0.9
pkgrel=2
pkgrel=3
pkgdesc='Fine tune write cache and impose buffer limits when USB storage device is plugged'
arch=('any')
url='https://gitlab.manjaro.org/fhdk/udev-usb-sync'
url='https://codeberg.org/wonky/udev-usb-sync'
license=('MIT')
depends=('hdparm' 'bc')
backup=("etc/${pkgname}/${pkgname}.conf")