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

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Jul 20 15:25:04 UTC 2016


    Date: Wednesday, July 20, 2016 @ 15:25:04
  Author: svenstaro
Revision: 183630

upgpkg: dwarffortress 0.43.05-2

Fix i686 package

Modified:
  dwarffortress/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-07-20 14:10:41 UTC (rev 183629)
+++ PKGBUILD	2016-07-20 15:25:04 UTC (rev 183630)
@@ -1,3 +1,4 @@
+source_x86_64=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux32.tar.bz2)
 # $Id$
 # Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
 # Contributor: Daenyth <Daenyth+Arch [AT] gmail [DOT] com>
@@ -5,7 +6,7 @@
 pkgname=dwarffortress
 pkgver=0.43.05
 _pkgver=43_05
-pkgrel=1
+pkgrel=2
 pkgdesc="A single-player fantasy game in which you build a dwarven outpost or play an adventurer in a randomly generated world"
 arch=(i686 x86_64)
 url="http://www.bay12games.com/dwarves/"
@@ -20,16 +21,18 @@
 install=${pkgname}.install
 # I made a fucking github repo with the sole purpose of unfucking df a bit
 # We try to compile whatever little bit of df is open source
-source=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2
-        git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
+source=(git://github.com/svenstaro/dwarf_fortress_unfuck.git#tag=${pkgver}
         dwarffortress
         dwarffortress.desktop
         dwarffortress.png)
-sha256sums=('856c13170e8beefb5419ae71ee26c85db9716b3ebd4c7348aa44b896bd490be4'
-            'SKIP'
+source_i686=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux.tar.bz2)
+source_x86_64=(http://www.bay12games.com/dwarves/df_${_pkgver}_linux32.tar.bz2)
+sha256sums=('SKIP'
             '211eaec6559d4fd5c08341dbed1f27bfab997a57bdf61fd268f9940e244652c5'
             'e79e3d945c6cc0da58f4ca30a210c7bf1bc3149fd10406d1262a6214eb40445a'
             '83183abc70b11944720b0d86f4efd07468f786b03fa52fe429ca8e371f708e0f')
+sha256sums_i686=('856c13170e8beefb5419ae71ee26c85db9716b3ebd4c7348aa44b896bd490be4')
+sha256sums_x86_64=('0334e6b35ecc36949f5c60ffc1eb46fade3365b55a44f2e11fd4ae799ba7819a')
 
 build() {
   cd $srcdir/dwarf_fortress_unfuck



More information about the arch-commits mailing list