summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric2022-03-23 02:47:55 -0700
committerEric2022-03-23 02:47:55 -0700
commit97862441809e0ce5b1288666ad94857391f007f6 (patch)
treece8f7b1caeacd53caf8d81a8445069f1e39c5464
parentdea8dc58dc7c16d606a7486135bd515b4cf37c9b (diff)
downloadaur-97862441809e0ce5b1288666ad94857391f007f6.tar.gz
Updated
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6818e04b127d..207eeec7f5bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,13 @@
-# Generated by mksrcinfo v8
-# So led 13 19:22:57 UTC 2018
pkgbase = intltool-debian
pkgdesc = The internationalization tool collection with RFC822 support
pkgver = 0.35.0
- pkgrel = 6
+ pkgrel = 7
url = http://www.debian.org/
- arch = i686
- arch = x86_64
+ arch = any
license = GPL
depends = gettext
depends = perl
- source = http://ftp.debian.org/debian/pool/main/i/intltool-debian/intltool-debian_0.35.0+20060710.1_all.deb
- sha256sums = 121b13900d598f737acd9461575e36d93eead49c61a95ab04273fb68e1ecc60a
+ source = http://ftp.debian.org/debian/pool/main/i/intltool-debian/intltool-debian_0.35.0+20060710.5_all.deb
+ sha256sums = 1ab5215e135b2b55178083ef6115913e49c6d661e7fb4f0086c1d740dc69aa5d
pkgname = intltool-debian
-
diff --git a/PKGBUILD b/PKGBUILD
index 5ef81a61d236..2b7e3ac454ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,21 +1,21 @@
-# Maintainer: Daniel Milde <daniel at milde dot cz>
+# Contributor: Daniel Milde <daniel at milde dot cz>
# Contributor: Toni Foerster <stonerl at skeps dot de>
# Contributor: André Klitzing <aklitzing at online dot de>
pkgname=intltool-debian
pkgver=0.35.0
-pkgrel=6
+pkgrel=7
pkgdesc="The internationalization tool collection with RFC822 support"
-arch=('i686' 'x86_64')
+arch=('any')
url="http://www.debian.org/"
license=('GPL')
depends=('gettext' 'perl')
-source=(http://ftp.debian.org/debian/pool/main/i/intltool-debian/${pkgname}_${pkgver}+20060710.1_all.deb)
-sha256sums=('121b13900d598f737acd9461575e36d93eead49c61a95ab04273fb68e1ecc60a')
+source=(http://ftp.debian.org/debian/pool/main/i/intltool-debian/${pkgname}_${pkgver}+20060710.5_all.deb)
+sha256sums=('1ab5215e135b2b55178083ef6115913e49c6d661e7fb4f0086c1d740dc69aa5d')
build() {
cd ${srcdir}
- tar -zxf data.tar.gz
+ tar -xJf data.tar.xz
}
package() {