summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2018-01-23 19:38:27 -0800
committerLlewelyn Trahaearn2018-01-23 19:38:27 -0800
commitf785c7d8c4b303c2b63862d409749694722edc76 (patch)
tree19f91bdb6e161a8ef3eeee66615aad2f632dbdf6
parentfcf74b1bcd0ddd03930887dcbeeacc2c967668b8 (diff)
downloadaur-f785c7d8c4b303c2b63862d409749694722edc76.tar.gz
Add fakeroot as a dependency as checkupdates requires this to function.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 82d53e17d1bf..46577de816c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
# Generated by mksrcinfo v8
-# Wed Oct 11 17:37:31 UTC 2017
+# Wed Jan 24 03:37:15 UTC 2018
pkgbase = gnome-shell-extension-arch-update
pkgdesc = Convenient indicator for Arch Linux updates in GNOME Shell.
pkgver = 24
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RaphaelRochet/arch-update
arch = any
license = GPL3
+ depends = fakeroot
depends = gnome-shell>=3.18
conflicts = gnome-shell-extensions-git
source = gnome-shell-extension-arch-update-24.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v24.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e360a1bca5cf..0502d965dcbb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=gnome-shell-extension-arch-update
pkgver=24
-pkgrel=1
+pkgrel=2
pkgdesc="Convenient indicator for Arch Linux updates in GNOME Shell."
arch=('any')
url="https://github.com/RaphaelRochet/arch-update"
license=('GPL3')
-depends=('gnome-shell>=3.18')
+depends=('fakeroot' 'gnome-shell>=3.18')
conflicts=('gnome-shell-extensions-git')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/RaphaelRochet/arch-update/archive/v${pkgver}.tar.gz")
sha512sums=('7f18968f3abb512449d13fb66a94e95fa4a9170a164f6e979394f5e5cdc88587e8b04f01e923879a30231f794b3c8f4a64b471692e04acad5a9d113a48b4bc84')