summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-12-22 00:29:11 +0600
committerMubashshir2020-12-22 00:29:11 +0600
commit18a6c798869678e694f04749e9c1f2be503276fd (patch)
tree67daff0d4ade441344ea150a7b128494caeaba02
parent2cbadc312d30649196fd304cf2c03ee1494a39c7 (diff)
downloadaur-18a6c798869678e694f04749e9c1f2be503276fd.tar.gz
Updated to 1.2.4-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c58418e608fe..f705967be37d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = notify-send-py
pkgdesc = A python script for sending desktop notifications from the shell
- pkgver = 1.2.3
+ pkgver = 1.2.4
pkgrel = 1
url = https://github.com/phuhl/notify-send.py
arch = any
@@ -9,8 +9,8 @@ pkgbase = notify-send-py
depends = python-notify2
depends = python-dbus
depends = python-gobject
- 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
+ source = notify-send-py-1.2.4.tar.gz::https://files.pythonhosted.org/packages/source/n/notify-send.py/notify-send.py-1.2.4.tar.gz
+ sha256sums = 0c904213649e15411c7645e8071690da5cad88830f7fc3e35e5309dac3619a35
pkgname = notify-send-py
diff --git a/PKGBUILD b/PKGBUILD
index 7206ebd7ddc2..50f6914a3703 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mubashshir <ahmubashshir@gmail.com>
# pkg: pypi notify-send.py
pkgname=notify-send-py
-pkgver=1.2.3
+pkgver=1.2.4
pkgrel=1
pkgdesc="A python script for sending desktop notifications from the shell"
@@ -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=('b82b709d3baa88d455ce263ea0726d53792c855647b30ad70bdaa84ad9d0558f')
+sha256sums=('0c904213649e15411c7645e8071690da5cad88830f7fc3e35e5309dac3619a35')
build() {
cd "$srcdir/${pkgname%-*}.${pkgname##*-}-$pkgver"
python setup.py build