[arch-commits] Commit in python2-elib-intl/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Dec 23 09:29:37 UTC 2018


    Date: Sunday, December 23, 2018 @ 09:29:37
  Author: bgyorgy
Revision: 417604

Minor changes

Modified:
  python2-elib-intl/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-12-23 09:09:51 UTC (rev 417603)
+++ PKGBUILD	2018-12-23 09:29:37 UTC (rev 417604)
@@ -4,23 +4,23 @@
 pkgname=python2-elib-intl
 _pkgname=elib.intl
 pkgver=0.0.3
-_gitrev=d09997cfef8584f9f0bf227752bab890a66a0a61
 pkgrel=2
 pkgdesc="Enhanced internationalization (I18N) services for Python modules and applications"
-arch=('any')
+arch=(any)
 url="https://github.com/dieterv/elib.intl"
-license=('LGPL')
-depends=('python2')
-makedepends=('python2-setuptools')
-source=("$_pkgname-$_gitrev.tar.gz::https://codeload.github.com/dieterv/$_pkgname/tar.gz/$_gitrev")
-sha512sums=('f20d8c0cec397c2f88ebe5a09f7c31876c12b412f5bb823b9f9aaef3e9cf4860e0d048185d4f0138083aef70770ac0e509426cca7ba427410a45bacf7679c1d9')
+license=(LGPL)
+depends=(python2)
+makedepends=(git python2-setuptools)
+_commit=d09997cfef8584f9f0bf227752bab890a66a0a61  # master
+source=("git+https://github.com/dieterv/elib.intl#commit=$_commit")
+sha512sums=('SKIP')
 
 build() {
-  cd $_pkgname-$_gitrev
+  cd $_pkgname
   python2 setup.py build
 }
 
 package() {
-  cd $_pkgname-$_gitrev
+  cd $_pkgname
   python2 setup.py install --root="$pkgdir" --optimize=1
 }



More information about the arch-commits mailing list