summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin T. H. Sandsmark2021-02-24 15:52:35 +0100
committerMartin T. H. Sandsmark2021-02-24 15:52:35 +0100
commit30c9260478c0f1d65d7ab397b508790b9ffd1c45 (patch)
tree8bc3acb5851263c302725521e917e35472ce2da1
parent50a967b819567ca8d08f71377a6c792827e8899e (diff)
downloadaur-30c9260478c0f1d65d7ab397b508790b9ffd1c45.tar.gz
new release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8387485b90cc..e7409b872dbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index ffe11ac4c5fa..9ea4994a7de8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')