diff options
author | Martin T. H. Sandsmark | 2021-02-24 15:52:35 +0100 |
---|---|---|
committer | Martin T. H. Sandsmark | 2021-02-24 15:52:35 +0100 |
commit | 30c9260478c0f1d65d7ab397b508790b9ffd1c45 (patch) | |
tree | 8bc3acb5851263c302725521e917e35472ce2da1 | |
parent | 50a967b819567ca8d08f71377a6c792827e8899e (diff) | |
download | aur-30c9260478c0f1d65d7ab397b508790b9ffd1c45.tar.gz |
new release
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
@@ -1,6 +1,6 @@ pkgbase = status pkgdesc = Simple status thing for using with i3 - pkgver = 6 + pkgver = 7 pkgrel = 1 url = https://github.com/sandsmark/status arch = x86_64 @@ -9,8 +9,8 @@ pkgbase = status makedepends = gcc depends = libpulse depends = systemd - source = https://github.com/sandsmark/status/archive/6.tar.gz - sha256sums = 431adedcea47f52698b85d8fdc2cc3a19d1d618949b544cccaa5800d3162685c + source = https://github.com/sandsmark/status/archive/7.tar.gz + md5sums = 0d8a55d031d8ba6539c1e875188b668a pkgname = status @@ -1,5 +1,5 @@ pkgname=status -pkgver=6 +pkgver=7 pkgrel=1 pkgdesc='Simple status thing for using with i3' url='https://github.com/sandsmark/status' @@ -18,4 +18,4 @@ package() { cd status-${pkgver} install -D -m755 status -t "${pkgdir}/usr/bin" } -sha256sums=('431adedcea47f52698b85d8fdc2cc3a19d1d618949b544cccaa5800d3162685c') +md5sums=('0d8a55d031d8ba6539c1e875188b668a') |