summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-12-21 00:10:28 +0600
committerMubashshir2020-12-21 00:10:28 +0600
commit2cbadc312d30649196fd304cf2c03ee1494a39c7 (patch)
tree263b62fe17f81ca4c811661816b8f352f2d1c19a
parent392c5110fc694836f2ca388325fa67f3127acaaf (diff)
downloadaur-2cbadc312d30649196fd304cf2c03ee1494a39c7.tar.gz
Updated to 1.2.3-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97a7b63fdfa3..c58418e608fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = notify-send-py
pkgdesc = A python script for sending desktop notifications from the shell
- pkgver = 1.2.2
- pkgrel = 4
+ pkgver = 1.2.3
+ pkgrel = 1
url = https://github.com/phuhl/notify-send.py
arch = any
license = MIT
@@ -9,8 +9,8 @@ pkgbase = notify-send-py
depends = python-notify2
depends = python-dbus
depends = python-gobject
- source = notify-send-py-1.2.2.tar.gz::https://files.pythonhosted.org/packages/source/n/notify-send.py/notify-send.py-1.2.2.tar.gz
- sha256sums = 805ddd198c3884c5b453835d4d2bbd4ddaa3e1be715b1ddd0fe48c1d485eff50
+ source = notify-send-py-1.2.3.tar.gz::https://files.pythonhosted.org/packages/source/n/notify-send.py/notify-send.py-1.2.3.tar.gz
+ sha256sums = b82b709d3baa88d455ce263ea0726d53792c855647b30ad70bdaa84ad9d0558f
pkgname = notify-send-py
diff --git a/PKGBUILD b/PKGBUILD
index e5d343e9790e..7206ebd7ddc2 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.2
-pkgrel=4
+pkgver=1.2.3
+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")
-sha256sums=('805ddd198c3884c5b453835d4d2bbd4ddaa3e1be715b1ddd0fe48c1d485eff50')
+sha256sums=('b82b709d3baa88d455ce263ea0726d53792c855647b30ad70bdaa84ad9d0558f')
build() {
cd "$srcdir/${pkgname%-*}.${pkgname##*-}-$pkgver"
python setup.py build