summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRafael Fontenelle2023-05-19 20:46:08 -0300
committerRafael Fontenelle2023-05-19 20:46:08 -0300
commit02645def025b28caa67bdcc72ed0545ccda9f65c (patch)
tree8a6b69819ea9f4912fddb58d80b7b23a9e212131 /PKGBUILD
parent56daea85d22c854858ef83b85c12e490fb30175b (diff)
downloadaur-python-gettext.tar.gz
Update to 5.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 2 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dada15292ef9..cbad25459a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
pkgname=python-gettext
-pkgver=4.1
+pkgver=5.0
pkgrel=1
pkgdesc="Python implementation of Gettext"
arch=('any')
@@ -9,12 +9,7 @@ license=('GPL3')
depends=(python)
makedepends=(python-setuptools)
source=("https://pypi.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('bd06f141d585db3258390e2381678cb0efde586a36bf3ab6aee5ced7dc8d6ffb')
-
-build() {
- cd "$pkgname-$pkgver"
- python setup.py build
-}
+sha256sums=('869af1ea45e3dab6180557259824c2a62f1800e1286226af912431fe75c5084c')
package() {
cd "$pkgname-$pkgver"