summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonas Strassel2018-03-11 13:28:57 +0100
committerJonas Strassel2018-03-11 13:28:57 +0100
commit3abcd5231522f38837548cbb8f281ce43153000f (patch)
tree730128c172c7a554d30d9b6c84129d202509d7c8
parent68df2aa0ec2712f033fb5c7b921bdf668415ca99 (diff)
downloadaur-budgie-extras-git.tar.gz
added a dependency for the usb dropin
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58ce50c6fba4..1132cc1b970e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = budgie-extras-git
pkgdesc = Additional Budgie Desktop enhancements for the user experience https://ubuntubudgie.org
- pkgver = v0.4.2.r1.g8a2dc08
+ pkgver = v0.4.2.r5.g64846b0
pkgrel = 1
- url = https://github.com/UbuntuBudgie/budgie-extras
arch = any
license = GPL3
makedepends = gobject-introspection
@@ -16,6 +15,7 @@ pkgbase = budgie-extras-git
depends = xdotool
depends = wmctrl
depends = xprintidle
+ depends = python-pyudev
source = budgie-extras::git+https://github.com/UbuntuBudgie/budgie-extras
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 12636cf16611..120d2f9db14b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Additional Budgie Desktop enhancements for the user experience https://ubuntubudgie.org"
arch=('any')
license=('GPL3')
-depends=('budgie-desktop' 'xorg-xprop' 'xorg-xinput' 'xorg-xrandr' 'xdotool' 'wmctrl' 'xprintidle')
+depends=('budgie-desktop' 'xorg-xprop' 'xorg-xinput' 'xorg-xrandr' 'xdotool' 'wmctrl' 'xprintidle' 'python-pyudev')
makedepends=('gobject-introspection' 'meson' 'ninja' 'vala')
source=('budgie-extras::git+https://github.com/UbuntuBudgie/budgie-extras')
sha256sums=('SKIP')