summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Down2020-11-24 16:29:02 +0000
committerChris Down2020-11-24 16:29:02 +0000
commite8a59c4490485eadedb6905943f1507fbf2b9443 (patch)
tree141d42df971e77347fcc0292dae631e695e1c9d5
parentf46f9a37a898ad3483643b6cbef942d4425779fe (diff)
downloadaur-e8a59c4490485eadedb6905943f1507fbf2b9443.tar.gz
upgpkg: psi-notify 1.2.1-2
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 968ca192bc1e..93d556adef0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = psi-notify
pkgdesc = Minimalistic PSI notifier using libnotify
pkgver = 1.2.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/cdown/psi-notify
arch = x86_64
arch = i686
arch = arm
license = MIT
depends = libnotify
+ depends = systemd-libs
source = https://github.com/cdown/psi-notify/archive/1.2.1.tar.gz
md5sums = 038442e24fece70843f1f7f9c0a59317
diff --git a/PKGBUILD b/PKGBUILD
index a6741516cd2c..050acf082ae3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=psi-notify
pkgver=1.2.1
-pkgrel=1
+pkgrel=2
pkgdesc='Minimalistic PSI notifier using libnotify'
url="https://github.com/cdown/psi-notify"
license=('MIT')
-depends=('libnotify')
+depends=('libnotify' 'systemd-libs')
arch=('x86_64' 'i686' 'arm')
source=("https://github.com/cdown/psi-notify/archive/$pkgver.tar.gz")
md5sums=('038442e24fece70843f1f7f9c0a59317')