[arch-commits] Commit in man-pages-de/trunk (PKGBUILD man-pages-de.changelog)

Baptiste Jonglez zorun at archlinux.org
Thu Aug 2 08:51:30 UTC 2018


    Date: Thursday, August 2, 2018 @ 08:51:30
  Author: zorun
Revision: 367241

upgpkg: man-pages-de 2.3-2

Alioth retirement

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	2018-08-02 07:11:36 UTC (rev 367240)
+++ PKGBUILD	2018-08-02 08:51:30 UTC (rev 367241)
@@ -3,20 +3,20 @@
 
 pkgname=man-pages-de
 pkgver=2.3
-pkgrel=1
+pkgrel=2
 pkgdesc="German Linux man pages"
 arch=('any')
-url="https://alioth.debian.org/projects/manpages-de/"
+url="https://salsa.debian.org/manpages-de-team/manpages-de"
 license=('GPL3')
 depends=('man-db')
 makedepends=('po4a')
 changelog=$pkgname.changelog
 options=('!emptydirs')
-source=(http://manpages-de.alioth.debian.org/downloads/manpages-de-$pkgver.tar.xz)
-sha256sums=('99b93ce505d65b3c54e3a00d93aaa8f3152ca9bdfb5c17ed140c340b64ad034f')
+source=("https://salsa.debian.org/manpages-de-team/manpages-de/-/archive/v2.3/manpages-de-v${pkgver}.tar.gz")
+sha256sums=('5709a0b3154319ffc0ab5c9162e5aa1491876826fd231119d9af3943b46c8f5c')
 
 build() {
-  cd "${srcdir}"/manpages-de-$pkgver
+  cd "${srcdir}"/manpages-de-v$pkgver
 
   ./configure --prefix=/usr
   make
@@ -23,7 +23,7 @@
 }
 
 package() {
-  cd "${srcdir}"/manpages-de-$pkgver
+  cd "${srcdir}"/manpages-de-v$pkgver
 
   make DESTDIR="${pkgdir}" install
 

Modified: man-pages-de.changelog
===================================================================
--- man-pages-de.changelog	2018-08-02 07:11:36 UTC (rev 367240)
+++ man-pages-de.changelog	2018-08-02 08:51:30 UTC (rev 367241)
@@ -1,3 +1,6 @@
+2018-08-02 Baptiste Jonglez <archlinux at bitsofnetworks dot org>
+	* man-pages-de 2.3-2 : upstream has moved
+
 2017-12-16 Jaroslav Lichtblau <svetlemodry at archlinux.org>
 	* man-pages-de 2.3-1
 



More information about the arch-commits mailing list