Date: Monday, June 22, 2020 @ 06:37:13
  Author: felixonmars
Revision: 650328

archrelease: copy trunk to community-x86_64

Added:
  angband/repos/community-x86_64/PKGBUILD
    (from rev 650327, angband/trunk/PKGBUILD)
Deleted:
  angband/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-06-22 06:36:56 UTC (rev 650327)
+++ PKGBUILD    2020-06-22 06:37:13 UTC (rev 650328)
@@ -1,55 +0,0 @@
-# Maintainer: schuay <[email protected]>
-# Contributor: Mike Sampson <mike at sambodata dot com>
-# Contributor: Adrian Stratulat <adrian.stratulat at inboxcom>
-# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
-# Contributor: KillaB <[email protected]>
-# Contributor: Callan Barrett <[email protected]>
-# Contributor: Christian Schmidt <[email protected]>
-# Contributor: Sebastian Sareyko <[email protected]>
-
-pkgname=angband
-pkgver=4.2.0
-pkgrel=1
-pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
-arch=('x86_64')
-url="https://rephial.org/";
-license=('GPL2' 'custom')
-depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
-makedepends=('python-docutils')
-source=("https://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz";)
-
-prepare() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  # Fix detection of ncurses config script for ncurses 6.0
-  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
-}
-
-build() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  ./autogen.sh
-
-  ./configure \
-    --prefix=/usr \
-    --bindir=/usr/bin \
-    --sysconfdir=/usr/share/angband \
-    --with-configpath=/usr/share/angband \
-    --with-libpath=/usr/share/angband \
-    --enable-gtk \
-    --enable-sdl \
-    --enable-sdl-mixer
-
-  make
-}
-
-package() {
-  cd "${srcdir}/angband-${pkgver}"
-
-  make DESTDIR="${pkgdir}" install
-
-  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
-  install -Dm644 docs/copying.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
-}
-
-md5sums=('c0c11a5e73bf1ad9c31a9df8d5f03781')

Copied: angband/repos/community-x86_64/PKGBUILD (from rev 650327, 
angband/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-06-22 06:37:13 UTC (rev 650328)
@@ -0,0 +1,55 @@
+# Maintainer: schuay <[email protected]>
+# Contributor: Mike Sampson <mike at sambodata dot com>
+# Contributor: Adrian Stratulat <adrian.stratulat at inboxcom>
+# Contributor: Anton Bazhenov <anton.bazhenov at gmail>
+# Contributor: KillaB <[email protected]>
+# Contributor: Callan Barrett <[email protected]>
+# Contributor: Christian Schmidt <[email protected]>
+# Contributor: Sebastian Sareyko <[email protected]>
+
+pkgname=angband
+pkgver=4.2.1
+pkgrel=1
+pkgdesc="A roguelike dungeon exploration game based on the writings of JRR 
Tolkien"
+arch=('x86_64')
+url="https://rephial.org/";
+license=('GPL2' 'custom')
+depends=('sdl_image' 'sdl_ttf' 'sdl_mixer' 'ncurses' 'xorg-fonts-misc')
+makedepends=('python-docutils')
+source=("https://rephial.org/downloads/${pkgver:0:3}/${pkgname}-${pkgver}.tar.gz";)
+
+prepare() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  # Fix detection of ncurses config script for ncurses 6.0
+  sed -i 's/ncursesw5-config/ncursesw6-config/g' acinclude.m4
+}
+
+build() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  ./autogen.sh
+
+  ./configure \
+    --prefix=/usr \
+    --bindir=/usr/bin \
+    --sysconfdir=/usr/share/angband \
+    --with-configpath=/usr/share/angband \
+    --with-libpath=/usr/share/angband \
+    --enable-gtk \
+    --enable-sdl \
+    --enable-sdl-mixer
+
+  make
+}
+
+package() {
+  cd "${srcdir}/angband-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+
+  rm -f "${pkgdir}/usr/share/angband/*/delete.me"
+  install -Dm644 docs/copying.rst 
"${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
+}
+
+sha512sums=('e13681bcd74fa56fe5c606d62f1e9761c9fc5367194e0e46894a5ebf108e1553a1f96191e139f1574238b72c635436c3108c80bc656aba8e328fe4e5b301c6bc')

Reply via email to