summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJiří Prokop2019-06-01 22:10:34 +0200
committerJiří Prokop2019-06-01 22:10:34 +0200
commit1bd284d0ef9771b1ad8c473a55f98fb53a46b19b (patch)
tree112f2bc42fc58a75a44d10f1394af564336e09b9 /PKGBUILD
parent408ab413eb84e77db7bbfce4611146616eb32ca5 (diff)
downloadaur-1bd284d0ef9771b1ad8c473a55f98fb53a46b19b.tar.gz
Update to v1.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5f248bcafc31..68d78972079f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Jiří Prokop <jprokop@synaptiko.cz>
pkgname=seturgent
-_pkgver=1.4
-pkgver=1.4.0
+_pkgver=1.5
+pkgver=1.5.0
pkgrel=1
pkgdesc="Set an applications urgency hint (or not)"
arch=('i686' 'x86_64')
@@ -11,8 +11,8 @@ license=('MIT')
depends=('libx11')
makedepends=('gcc' 'make')
provides=('seturgent')
-source=('https://github.com/synaptiko/seturgent/archive/v1.4.tar.gz')
-sha256sums=('af5fb239cd45f6305a82b9edd92025e960f91c75f05fb46458f7cd1b410368d2')
+source=('https://github.com/synaptiko/seturgent/archive/1.5.tar.gz')
+sha256sums=('2558a869a32ece97c8f19e322ff290e4c0234ff5e707a136f4c3351189c47019')
build() {
cd "$srcdir/$pkgname-$_pkgver"