summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f9608d292b77..da5b6d95752e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mubashshir <ahmubashshir@gmail.com>
# pkg: pypi notify-send.py
pkgname=notify-send-py
-pkgver=1.2.6
-pkgrel=5
+pkgver=1.2.7
+pkgrel=1
pkgdesc="A python script for sending desktop notifications from the shell"
arch=(any)
@@ -12,7 +12,7 @@ makedepends=(python-setuptools)
depends=( python-notify2 python-dbus python-gobject )
source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname%-*}.${pkgname##*-}/${pkgname%-*}.${pkgname##*-}-$pkgver.tar.gz"
'notify-send.py')
-sha256sums=('23f790d680221d93359bafb46b31e3af4830770cb4f0acb7c7321ab9af835b3c'
+sha256sums=('f68959449f6ad66c75846a946a5e97765657eafe6efc7d4ffd4a95622c3d9663'
'e07e3213316a8eb3b4e3d952898075bb8a0db2edde7819770b7524d7bc592a91')
build() {