summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVHSgunzo2022-07-11 11:21:40 +0300
committerVHSgunzo2022-07-11 11:21:40 +0300
commitc92ab898c575f2f9af614f72428d4a683f0688c4 (patch)
tree79eaf1515c7b31daf2ca814debdfc11ee9c34bf3
parent649c82730cb5e6ac793a55fd0e7806e3df9fbbff (diff)
downloadaur-c92ab898c575f2f9af614f72428d4a683f0688c4.tar.gz
udev-notify v0.2.r0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 12 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2236d5a79aaf..d37b7d219b9e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,21 @@
pkgbase = udev-notify-git
pkgdesc = Show notifications when any USB device is plugged/unplugged
- pkgver = 0.1.r5.g3641c97
+ pkgver = 0.2.r0.ga9a89a2
pkgrel = 1
url = https://github.com/VHSgunzo/udev-notify
arch = any
license = MIT
makedepends = git
+ makedepends = make
depends = libnotify
depends = sox
+ depends = usbutils
+ depends = sed
+ depends = coreutils
+ depends = grep
+ depends = gawk
+ depends = util-linux
+ depends = bash
optdepends = espeak-ng
provides = udev-notify
conflicts = udev-notify
diff --git a/PKGBUILD b/PKGBUILD
index 73ff4d39af33..9721e32be5ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: VHSgunzo <vhsgunzo.github.io>
pkgname='udev-notify-git'
-pkgver=0.1.r5.g3641c97
+pkgver=0.2.r0.ga9a89a2
pkgrel=1
pkgdesc='Show notifications when any USB device is plugged/unplugged'
arch=('any')
url='https://github.com/VHSgunzo/udev-notify'
license=('MIT')
-depends=('libnotify' 'sox')
-makedepends=('git')
+depends=('libnotify' 'sox' 'usbutils' 'sed' 'coreutils' 'grep' 'gawk' 'util-linux' 'bash')
+makedepends=('git' 'make')
optdepends=('espeak-ng')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")