summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2019-07-22 10:16:29 -0300
committerRafael Fontenelle2019-07-22 10:16:29 -0300
commit72b316515292fe74fa16fdb342358ffee6e6210c (patch)
tree815a7db6345dfd008f93f883f10289eb01ab8147 /PKGBUILD
parent7ddccdcf892307f7605dd0da1b20888eb1e0f935 (diff)
downloadaur-72b316515292fe74fa16fdb342358ffee6e6210c.tar.gz
Update to 4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4357824fd8e..159358684cc1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgbase=python-gettext
pkgname=('python-gettext' 'python2-gettext')
-pkgver=3.0
+pkgver=4.0
pkgrel=1
pkgdesc="Python implementation of Gettext"
arch=('any')
-url="https://github.com/hannosch/python-gettext"
+url="https://pypi.org/project/python-gettext/"
license=('GPL3')
makedepends=('python-setuptools' 'python2-setuptools')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/hannosch/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('a4bcc3cdb0a7f2068aa221c4f765c98468b62277f4b65170ffa6244e3456f451')
+source=("https://pypi.org/packages/source/${pkgbase:0:1}/$pkgbase/$pkgbase-$pkgver.tar.gz")
+sha256sums=('626b501a51ac892fc3460cf550e60dca121f544eaa46eb69c90ce4682fc7ec02')
prepare() {
cp -a python{,2}-gettext-$pkgver