[arch-commits] Commit in manaplus/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Thu Mar 30 21:30:37 UTC 2017


    Date: Thursday, March 30, 2017 @ 21:30:36
  Author: heftig
Revision: 220136

1.7.3.18-2

Modified:
  manaplus/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-30 21:30:21 UTC (rev 220135)
+++ PKGBUILD	2017-03-30 21:30:36 UTC (rev 220136)
@@ -6,7 +6,7 @@
 
 pkgname=manaplus
 pkgver=1.7.3.18
-pkgrel=1
+pkgrel=2
 pkgdesc="Free OpenSource 2D MMORPG client for Evol Online, The mana world and similar servers"
 arch=('i686' 'x86_64')
 url="https://manaplus.org/"
@@ -17,10 +17,15 @@
 source=($pkgname-$pkgver.tar.gz::https://github.com/ManaPlus/ManaPlus/archive/v$pkgver.tar.gz)
 sha256sums=('ddbbbbac6dd8fb7b7a196fe376a97945fe64436af5089b598d42f4440fe155f9')
 
+prepare() {
+  cd ManaPlus-$pkgver
+
+  autoreconf -i
+}
+
 build() {
   cd ManaPlus-$pkgver
 
-  autoreconf -i
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list