aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Göbel2019-01-03 19:25:08 +0100
committerStefan Göbel2019-01-03 19:25:08 +0100
commit34d335f7cc64c5be617d128d0b558b0b68f2ccbd (patch)
tree811dd0c17d9cb35e595c1af346308523176a4473
parent59d3919f3561959d242c02e644026f27bce94e35 (diff)
downloadaur-34d335f7cc64c5be617d128d0b558b0b68f2ccbd.tar.gz
upgpkg: systray-generic 2015101201-1
upstream release Added git to makedepends
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85fe7072d4aa..55fd90e2e350 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = systray-generic
url = https://gitlab.com/goeb/systray-generic/
arch = any
license = GPL3
+ makedepends = git
makedepends = python-docutils
depends = python-pyqt5
source = systray-generic::git+https://gitlab.com/goeb/systray-generic.git#tag=2015101201
diff --git a/PKGBUILD b/PKGBUILD
index 8efeead85175..d06b760fc1b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url='https://gitlab.com/goeb/systray-generic/'
license=('GPL3')
depends=('python-pyqt5')
-makedepends=('python-docutils')
+makedepends=('git' 'python-docutils')
source=("$pkgname::git+https://gitlab.com/goeb/$pkgname.git#tag=$pkgver")
sha256sums=('SKIP')