[arch-commits] Commit in itstool/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Oct 30 19:33:57 UTC 2017
Date: Monday, October 30, 2017 @ 19:33:56
Author: heftig
Revision: 308693
2.0.4+1+g9b84c00-1
Modified:
itstool/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-10-30 19:32:37 UTC (rev 308692)
+++ PKGBUILD 2017-10-30 19:33:56 UTC (rev 308693)
@@ -3,15 +3,15 @@
# Contributor: Michael Pusterhofer <pusterhofer(at)student(dot)tugraz(dot)at>
pkgname=itstool
-pkgver=2.0.4
-pkgrel=3
+pkgver=2.0.4+1+g9b84c00
+pkgrel=1
pkgdesc="XML to PO and back again"
arch=(any)
url="http://itstool.org/"
license=(GPL3)
-depends=(python3 libxml2)
+depends=(python3 libxml2 docbook-xml)
makedepends=(git)
-_commit=890f35998ba7f86bdc58227142309b8ecc618c10 # tags/2.0.4^0
+_commit=9b84c007a73e8275ca45762f1bfa3ab7c3a852e2 # master
source=("git+https://github.com/itstool/itstool#commit=$_commit")
sha256sums=('SKIP')
@@ -22,8 +22,6 @@
prepare() {
cd $pkgname
- # https://github.com/itstool/itstool/issues/15#issuecomment-337820553
- git revert -n d3adf0264ee2b6fd28b7eff7dec33501d6e75a7c
autoreconf -fvi
}
More information about the arch-commits
mailing list