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

Sven-Hendrik Haase svenstaro at nymeria.archlinux.org
Mon May 13 21:57:20 UTC 2013


    Date: Monday, May 13, 2013 @ 23:57:20
  Author: svenstaro
Revision: 90784

upgpkg: wesnoth 1.10.6-5

Fix FS#35132

Modified:
  wesnoth/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-13 21:46:48 UTC (rev 90783)
+++ PKGBUILD	2013-05-13 21:57:20 UTC (rev 90784)
@@ -7,7 +7,7 @@
 
 pkgname=wesnoth
 pkgver=1.10.6
-pkgrel=3
+pkgrel=5
 pkgdesc="A turn-based strategy game on a fantasy world"
 arch=('i686' 'x86_64')
 license=('GPL')
@@ -19,15 +19,19 @@
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.bz2
         wesnothd.tmpfiles.conf
         wesnothd.rc.d
-        wesnothd.service)
+        wesnothd.service
+        https://github.com/wesnoth/wesnoth-old/commit/bbd7f6.patch)
 md5sums=('547e3489bbfa778912b11dbee612c380'
          '2d2fea6b3d86dfd589f5ad35a3be1f97'
          '85659b47d22dfdf4e4d046556973fc3e'
-         'd1b6bf1d3dc05086ee6a370adff0ae4a')
+         'd1b6bf1d3dc05086ee6a370adff0ae4a'
+         'edc7c0547e67cba4ca4f813ca261f572')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  patch -Np1 -i $srcdir/bbd7f6.patch
+
   mkdir build && cd build
   cmake .. \
       -DCMAKE_INSTALL_PREFIX=/usr \




More information about the arch-commits mailing list