summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-10-04 23:00:51 +0600
committerMubashshir2020-10-04 23:00:51 +0600
commit79576db57c8b71945fd454bb89d2ff98d98ab50e (patch)
tree4a8646b4052a5bffad251db28795acda83d08ffe
parenteb1a24eaca3526d719f43277a970bb1a35ab8aec (diff)
downloadaur-79576db57c8b71945fd454bb89d2ff98d98ab50e.tar.gz
Updated to 1.2.2-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f0f4c61d86cf..57a3b765cb93 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.1
+ pkgver = 1.2.2
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 = https://files.pythonhosted.org/packages/source/n/notify-send.py/notify-send.py-1.2.1.tar.gz
- sha256sums = ae4573ca4a4071cd38dfc97b13a18a48124cdf9f23cd6b347bbd23284de31260
+ source = https://files.pythonhosted.org/packages/source/n/notify-send.py/notify-send.py-1.2.2.tar.gz
+ sha256sums = 805ddd198c3884c5b453835d4d2bbd4ddaa3e1be715b1ddd0fe48c1d485eff50
pkgname = notify-send-py
diff --git a/PKGBUILD b/PKGBUILD
index 57cca5773ee4..ea1873970168 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.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="A python script for sending desktop notifications from the shell"
@@ -14,7 +14,7 @@ depends=( python-notify2 python-dbus python-gobject )
source=(
"https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname%-*}.${pkgname##*-}/${pkgname%-*}.${pkgname##*-}-$pkgver.tar.gz"
)
-sha256sums=('ae4573ca4a4071cd38dfc97b13a18a48124cdf9f23cd6b347bbd23284de31260')
+sha256sums=('805ddd198c3884c5b453835d4d2bbd4ddaa3e1be715b1ddd0fe48c1d485eff50')
build() {
cd "$srcdir/${pkgname%-*}.${pkgname##*-}-$pkgver"
python setup.py build