diff options
author | Martin T. H. Sandsmark | 2020-08-12 11:09:26 +0200 |
---|---|---|
committer | Martin T. H. Sandsmark | 2020-08-12 11:09:26 +0200 |
commit | 443259171b92e50e824115b20b5b473788bf56b9 (patch) | |
tree | 14c554646b4dd4994da7fc69e312f9fff3f4526a | |
parent | a4bef138d8eb36d4d0fc93317798efb6311f8df6 (diff) | |
download | aur-443259171b92e50e824115b20b5b473788bf56b9.tar.gz |
new version
-rw-r--r-- | .SRCINFO | 7 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 8 insertions, 7 deletions
@@ -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 @@ -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') |