summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2020-08-12 11:09:26 +0200
committerMartin T. H. Sandsmark2020-08-12 11:09:26 +0200
commit443259171b92e50e824115b20b5b473788bf56b9 (patch)
tree14c554646b4dd4994da7fc69e312f9fff3f4526a /PKGBUILD
parenta4bef138d8eb36d4d0fc93317798efb6311f8df6 (diff)
downloadaur-443259171b92e50e824115b20b5b473788bf56b9.tar.gz
new version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d257433adc2..ca80a90f0800 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,13 @@
pkgname=status
-pkgver=1
+pkgver=4
pkgrel=1
pkgdesc='Simple status thing for using with i3'
url='https://github.com/sandsmark/status'
arch=('x86_64' 'i686')
license=('GPL2')
-makedepends=(gcc)
-depends=('libpulse')
+makedepends=('gcc')
+depends=('libpulse' 'systemd')
source=("https://github.com/sandsmark/status/archive/${pkgver}.tar.gz")
-sha256sums=('496d996053193984f44bc8d183afa17422abf10d7a83da8dba819564fb835c72')
build() {
cd status-${pkgver}
@@ -19,3 +18,4 @@ package() {
cd status-${pkgver}
install -D -m755 status -t "${pkgdir}/usr/bin"
}
+sha256sums=('b7eda2d4af5c0262aa7ffc12257099cc51cd9948804dedc6c24c383850a552d4')