summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMubashshir2020-11-02 15:33:51 +0600
committerMubashshir2020-11-02 15:33:51 +0600
commit392c5110fc694836f2ca388325fa67f3127acaaf (patch)
tree83f13bce0aee9e00ddd6d132e3fb64d32fcf1d3a
parentd0b989a4cdfc855f9bc2d2afb028c3d889b8652b (diff)
downloadaur-392c5110fc694836f2ca388325fa67f3127acaaf.tar.gz
pkgrel bump.
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 96da888fcc14..97a7b63fdfa3 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 = 3
+ pkgrel = 4
url = https://github.com/phuhl/notify-send.py
arch = any
license = MIT
@@ -9,7 +9,7 @@ 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.2.tar.gz
+ 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
pkgname = notify-send-py
diff --git a/PKGBUILD b/PKGBUILD
index 4641c5b00a35..e5d343e9790e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# pkg: pypi notify-send.py
pkgname=notify-send-py
pkgver=1.2.2
-pkgrel=3
+pkgrel=4
pkgdesc="A python script for sending desktop notifications from the shell"
arch=(any)
@@ -11,9 +11,7 @@ license=(MIT)
makedepends=(python-setuptools)
depends=( python-notify2 python-dbus python-gobject )
-source=(
- "https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname%-*}.${pkgname##*-}/${pkgname%-*}.${pkgname##*-}-$pkgver.tar.gz"
-)
+source=("$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname%-*}.${pkgname##*-}/${pkgname%-*}.${pkgname##*-}-$pkgver.tar.gz")
sha256sums=('805ddd198c3884c5b453835d4d2bbd4ddaa3e1be715b1ddd0fe48c1d485eff50')
build() {
cd "$srcdir/${pkgname%-*}.${pkgname##*-}-$pkgver"