summarylogtreecommitdiffstats
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
parenta4bef138d8eb36d4d0fc93317798efb6311f8df6 (diff)
downloadaur-443259171b92e50e824115b20b5b473788bf56b9.tar.gz
new version
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f5b804602a62..7b17191c71f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = status
pkgdesc = Simple status thing for using with i3
- pkgver = 1
+ pkgver = 4
pkgrel = 1
url = https://github.com/sandsmark/status
arch = x86_64
@@ -8,8 +8,9 @@ pkgbase = status
license = GPL2
makedepends = gcc
depends = libpulse
- source = https://github.com/sandsmark/status/archive/1.tar.gz
- sha256sums = 496d996053193984f44bc8d183afa17422abf10d7a83da8dba819564fb835c72
+ depends = systemd
+ source = https://github.com/sandsmark/status/archive/4.tar.gz
+ sha256sums = b7eda2d4af5c0262aa7ffc12257099cc51cd9948804dedc6c24c383850a552d4
pkgname = status
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')