Update to version 1.0.18
This commit is contained in:
6
.SRCINFO
6
.SRCINFO
@@ -1,7 +1,7 @@
|
|||||||
pkgbase = po-debconf
|
pkgbase = po-debconf
|
||||||
pkgdesc = Debian manage translated Debconf templates files with gettext
|
pkgdesc = Debian manage translated Debconf templates files with gettext
|
||||||
pkgver = 1.0.16
|
pkgver = 1.0.18
|
||||||
pkgrel = 3
|
pkgrel = 1
|
||||||
url = http://www.debian.org/
|
url = http://www.debian.org/
|
||||||
changelog = ChangeLog
|
changelog = ChangeLog
|
||||||
arch = i686
|
arch = i686
|
||||||
@@ -10,7 +10,7 @@ pkgbase = po-debconf
|
|||||||
depends = gettext
|
depends = gettext
|
||||||
depends = perl
|
depends = perl
|
||||||
depends = intltool-debian
|
depends = intltool-debian
|
||||||
source = http://ftp.debian.org/debian/pool/main/p/po-debconf/po-debconf_1.0.16+nmu2_all.deb
|
source = http://ftp.debian.org/debian/pool/main/p/po-debconf/po-debconf_1.0.18_all.deb
|
||||||
sha256sums = aec4d18a310988aebc55a14db7e5fd0dfee6b49cca1d5aa6e7e58b8645a7d29e
|
sha256sums = aec4d18a310988aebc55a14db7e5fd0dfee6b49cca1d5aa6e7e58b8645a7d29e
|
||||||
|
|
||||||
pkgname = po-debconf
|
pkgname = po-debconf
|
||||||
|
|||||||
9
PKGBUILD
9
PKGBUILD
@@ -1,17 +1,18 @@
|
|||||||
# Maintainer: Matt Corallo <aur-maint@mattcorallo.com>
|
# Maintainer: Giovanni 'ItachiSan' Santini <giovannisantini93@yahoo.it>
|
||||||
|
# Previous maintainer: Matt Corallo <aur-maint@mattcorallo.com>
|
||||||
# Creator: Stéphane Marguet (Stemp) <smarguet à gmail point com>
|
# Creator: Stéphane Marguet (Stemp) <smarguet à gmail point com>
|
||||||
# Contributer: Toni Foerster <stonerl@skeps.de>, André Klitzing <aklitzing@online.de>
|
# Contributer: Toni Foerster <stonerl@skeps.de>, André Klitzing <aklitzing@online.de>
|
||||||
|
|
||||||
pkgname=po-debconf
|
pkgname=po-debconf
|
||||||
pkgver=1.0.16
|
pkgver=1.0.18
|
||||||
pkgrel=3
|
pkgrel=1
|
||||||
pkgdesc="Debian manage translated Debconf templates files with gettext"
|
pkgdesc="Debian manage translated Debconf templates files with gettext"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url="http://www.debian.org/"
|
url="http://www.debian.org/"
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
changelog=ChangeLog
|
changelog=ChangeLog
|
||||||
depends=('gettext' 'perl' 'intltool-debian')
|
depends=('gettext' 'perl' 'intltool-debian')
|
||||||
source=(http://ftp.debian.org/debian/pool/main/p/po-debconf/${pkgname}_${pkgver}+nmu2_all.deb)
|
source=(http://ftp.debian.org/debian/pool/main/p/po-debconf/${pkgname}_${pkgver}_all.deb)
|
||||||
sha256sums=('aec4d18a310988aebc55a14db7e5fd0dfee6b49cca1d5aa6e7e58b8645a7d29e')
|
sha256sums=('aec4d18a310988aebc55a14db7e5fd0dfee6b49cca1d5aa6e7e58b8645a7d29e')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|||||||
Reference in New Issue
Block a user