summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2021-02-19 00:27:25 +0600
committerMubashshir2021-02-19 00:27:25 +0600
commit8d8b60de16a323daad73f395866f79b397eb3e62 (patch)
tree32ec5c997634d9277b642a6bfb946e76159f28c7
parent98141a0fa17798bffe8ae71152acb1be2f3d3f50 (diff)
downloadaur-8d8b60de16a323daad73f395866f79b397eb3e62.tar.gz
Updated to 1.2.7-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 502b59d5924b..a8e24d4d75f9 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.6
- pkgrel = 5
+ pkgver = 1.2.7
+ pkgrel = 1
url = https://github.com/phuhl/notify-send.py
arch = any
license = MIT
@@ -9,9 +9,9 @@ pkgbase = notify-send-py
depends = python-notify2
depends = python-dbus
depends = python-gobject
- source = notify-send-py-1.2.6.tar.gz::https://files.pythonhosted.org/packages/source/n/notify-send.py/notify-send.py-1.2.6.tar.gz
+ source = notify-send-py-1.2.7.tar.gz::https://files.pythonhosted.org/packages/source/n/notify-send.py/notify-send.py-1.2.7.tar.gz
source = notify-send.py
- sha256sums = 23f790d680221d93359bafb46b31e3af4830770cb4f0acb7c7321ab9af835b3c
+ sha256sums = f68959449f6ad66c75846a946a5e97765657eafe6efc7d4ffd4a95622c3d9663
sha256sums = e07e3213316a8eb3b4e3d952898075bb8a0db2edde7819770b7524d7bc592a91
pkgname = notify-send-py
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() {