summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-07-22 10:16:29 -0300
committerRafael Fontenelle2019-07-22 10:16:29 -0300
commit72b316515292fe74fa16fdb342358ffee6e6210c (patch)
tree815a7db6345dfd008f93f883f10289eb01ab8147
parent7ddccdcf892307f7605dd0da1b20888eb1e0f935 (diff)
downloadaur-72b316515292fe74fa16fdb342358ffee6e6210c.tar.gz
Update to 4.0
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4afff13f11bc..9a3cd3708c6d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Oct 4 11:21:25 UTC 2017
pkgbase = python-gettext
pkgdesc = Python implementation of Gettext
- pkgver = 3.0
+ pkgver = 4.0
pkgrel = 1
- url = https://github.com/hannosch/python-gettext
+ url = https://pypi.org/project/python-gettext/
arch = any
license = GPL3
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-gettext-3.0.tar.gz::https://github.com/hannosch/python-gettext/archive/3.0.tar.gz
- sha256sums = a4bcc3cdb0a7f2068aa221c4f765c98468b62277f4b65170ffa6244e3456f451
+ source = https://pypi.org/packages/source/p/python-gettext/python-gettext-4.0.tar.gz
+ sha256sums = 626b501a51ac892fc3460cf550e60dca121f544eaa46eb69c90ce4682fc7ec02
pkgname = python-gettext
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