summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVHSgunzo2023-07-19 20:37:02 +0300
committerVHSgunzo2023-07-19 20:37:02 +0300
commit8700b7636d7a31adc22a652c3fbed1864d0eef89 (patch)
treeb405917f3b2f684415d65eed4f965ad84fd469b4
parent50759a49f485d2eb40a970590932c1409fe97159 (diff)
downloadaur-udev-notify-git.tar.gz
Update PKGBUILD
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9edf8420ca00..798303fc9491 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = udev-notify-git
pkgdesc = Show notifications when any USB device is plugged/unplugged
pkgver = 0.2.r3.g56c0454
pkgrel = 1
- url = https://github.com/iVHSgunzo/udev-notify
+ url = https://github.com/VHSgunzo/udev-notify
arch = any
license = MIT
makedepends = git
@@ -19,7 +19,7 @@ pkgbase = udev-notify-git
optdepends = espeak-ng
provides = udev-notify
conflicts = udev-notify
- source = git+https://github.com/iVHSgunzo/udev-notify.git
+ source = git+https://github.com/VHSgunzo/udev-notify.git
sha256sums = SKIP
pkgname = udev-notify-git
diff --git a/PKGBUILD b/PKGBUILD
index 6bf7a6390c4b..67b67a242f56 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgver=0.2.r3.g56c0454
pkgrel=1
pkgdesc='Show notifications when any USB device is plugged/unplugged'
arch=('any')
-url='https://github.com/iVHSgunzo/udev-notify'
+url='https://github.com/VHSgunzo/udev-notify'
license=('MIT')
depends=('libnotify' 'sox' 'usbutils' 'sed' 'coreutils' 'grep' 'gawk' 'util-linux' 'bash')
makedepends=('git' 'make')
optdepends=('espeak-ng')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-source=('git+https://github.com/iVHSgunzo/udev-notify.git')
+source=('git+https://github.com/VHSgunzo/udev-notify.git')
sha256sums=('SKIP')
pkgver() {