[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)
Jaroslav Lichtblau
jlichtblau at archlinux.org
Sun May 17 10:52:56 UTC 2015
Date: Sunday, May 17, 2015 @ 12:52:56
Author: jlichtblau
Revision: 133646
upgpkg: man-pages-de 1.8-1 - new upstream version
Modified:
man-pages-de/trunk/PKGBUILD
man-pages-de/trunk/man-pages-de.changelog
------------------------+
PKGBUILD | 12 ++++++------
man-pages-de.changelog | 3 +++
2 files changed, 9 insertions(+), 6 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-17 10:20:26 UTC (rev 133645)
+++ PKGBUILD 2015-05-17 10:52:56 UTC (rev 133646)
@@ -2,7 +2,7 @@
# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
pkgname=man-pages-de
-pkgver=1.4
+pkgver=1.8
pkgrel=1
pkgdesc="German Linux man pages"
arch=('any')
@@ -12,11 +12,11 @@
makedepends=('po4a')
changelog=$pkgname.changelog
options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.bz2)
-sha256sums=('1c76f1e7e299c0ef813d30c36540affd6b886f1d810c69d0679b0005756d9ff7')
+source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
+sha256sums=('e9d82b7bf41accd492b66b7ef2cbaefb5ce30c5ab2a2ad9ae1833424a8b93d6f')
build() {
- cd ${srcdir}/manpages-de-$pkgver
+ cd "${srcdir}"/manpages-de-$pkgver
./configure --prefix=/usr
make
@@ -23,7 +23,7 @@
}
package() {
- cd ${srcdir}/manpages-de-$pkgver
+ cd "${srcdir}"/manpages-de-$pkgver
- make DESTDIR=${pkgdir} install
+ make DESTDIR="${pkgdir}" install
}
Modified: man-pages-de.changelog
===================================================================
--- man-pages-de.changelog 2015-05-17 10:20:26 UTC (rev 133645)
+++ man-pages-de.changelog 2015-05-17 10:52:56 UTC (rev 133646)
@@ -1,3 +1,6 @@
+2015-05-17 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+ * man-pages-de 1.8-1
+
2013-12-25 Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
* man-pages-de 1.4-1
More information about the arch-commits
mailing list