summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorwillemw122021-06-02 09:19:55 +0200
committerwillemw122021-06-02 09:19:55 +0200
commita12ea89360027c38ec70fb021e572d41f20a977d (patch)
treec8d8e711ea3fcad45586bb8c9ff718e3d1f63bcf
parent2a5b17defddab2767744f6bea1aeb8430186f272 (diff)
downloadaur-a12ea89360027c38ec70fb021e572d41f20a977d.tar.gz
Add 'git'
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ae8af430dcd9..c7107ef0e79d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = statnot
pkgdesc = Notification daemon for lightweight window managers
pkgver = 0.0.4.post1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/halhen/statnot
arch = any
license = GPL
+ makedepends = git
depends = gtk3
depends = python-dbus
depends = python-gobject
diff --git a/PKGBUILD b/PKGBUILD
index fc715b774ee4..87bb2c97c330 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,14 @@
pkgname=statnot
pkgver=0.0.4.post1
-pkgrel=1
+pkgrel=2
pkgdesc="Notification daemon for lightweight window managers"
arch=('any')
#url="http://www.k2h.se/code/"
url="https://github.com/halhen/statnot"
license=('GPL')
depends=('gtk3' 'python-dbus' 'python-gobject')
+makedepends=('git')
optdepends=('libnotify: send notifications to statnot'
'xorg-xsetroot: default configuration calls xsetroot')
#source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")