summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVyacheslav Levit2017-02-18 13:34:07 +0200
committerVyacheslav Levit2017-02-18 13:34:07 +0200
commit824af62974d64c1a3820f688af1e0e167d9e0079 (patch)
tree608add0a598b97781a87c06e87f767cdc2ca0e2c
parent241d2d029b0266328b4a98af15a7b21cae6d9ab0 (diff)
downloadaur-824af62974d64c1a3820f688af1e0e167d9e0079.tar.gz
v0.2
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f954a7fca739..87b3e1e77f07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Vyacheslav Levit <dev@vlevit.org>
pkgname=notify-send.sh
-pkgver=0.1
+pkgver=0.2
pkgrel=1
pkgdesc="notify-send drop-in replacement with more features"
arch=('any')
@@ -8,7 +8,7 @@ url="https://github.com/vlevit/notify-send.sh"
license=('GPL3')
depends=('glib2')
source=("https://github.com/vlevit/$pkgname/archive/v"$pkgver".tar.gz")
-md5sums=('ef6c220d4863ff2e54ec60d1f6428c7e')
+md5sums=('8d1473fad15e7ec9cae8d048af4d1f8b')
package() {
cd "$pkgname-$pkgver"