summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnton Leontiev2020-09-16 07:47:07 +0300
committerAnton Leontiev2020-09-16 07:47:07 +0300
commitdce52f01186cd5cd6dee971d00659a1ab34dcad5 (patch)
tree29be5132a6b4e9f1b467242ace852aac6a32675f /PKGBUILD
parent455abdb3a1c998c02a903f797babcb27facb1d34 (diff)
downloadaur-dce52f01186cd5cd6dee971d00659a1ab34dcad5.tar.gz
pokoy: Update to v0.2.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94badad69da3..3620c9a35c99 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contrinutor: Anton Leontiev <scileont /at/ gmail.com>
pkgname=pokoy
-pkgver=0.2.2
+pkgver=0.2.5
pkgrel=1
pkgdesc='Lightweight daemon for X that helps prevent RSI and other computer related stress'
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/ttygde/pokoy'
license=('GPL2')
depends=('xcb-util-wm' 'xcb-util-keysyms')
source=("$pkgname-$pkgver.tar.gz::https://github.com/ttygde/$pkgname/archive/v$pkgver.tar.gz")
-md5sums=('ea74913145ee81a63189a9396c246af6')
+md5sums=('745b8e5b1055a36310b835d7bc6c39b9')
build() {
make -C $pkgname-$pkgver
@@ -18,4 +18,3 @@ build() {
package() {
make -C $pkgname-$pkgver DESTDIR="$pkgdir" install
}
-