summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorVyacheslav Levit2021-05-06 23:51:52 +0300
committerVyacheslav Levit2021-05-06 23:51:52 +0300
commitdb4f7b3f3edba6a9c0c208419bc09e8046508913 (patch)
treec8f8ca21e890979ff5b786172fc195ab2c2c72b4 /PKGBUILD
parent6fba254a7471f761fcdd0e2584bbbf35e3e31654 (diff)
downloadaur-notify-send.sh.tar.gz
v1.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d95866372f57..19bbda6e6ebf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,15 @@
# Maintainer: Vyacheslav Levit <dev@vlevit.org>
pkgname=notify-send.sh
-pkgver=1.1
+pkgver=1.2
pkgrel=1
pkgdesc="notify-send drop-in replacement with more features"
arch=('any')
url="https://github.com/vlevit/notify-send.sh"
license=('GPL3')
depends=('glib2')
-optdepends=('bc: --force-expire support')
source=("https://github.com/vlevit/$pkgname/archive/v"$pkgver".tar.gz")
-md5sums=('b83ad1f86b7949f74d4e977dadaaff12')
-sha256sums=('58460c5fc84ab4fa45d2de62a38e7d0a08af2c106327ce49a83a8dcbb91ba438')
+md5sums=('874ccaea5a6875e28d1880173582f477')
+sha256sums=('ae46aadcdaefc655c49c5cb432bede4e5bfcf406af0ba21df0ddcd17103944b1')
package() {
cd "$pkgname-$pkgver"