summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2018-02-08 08:32:40 +0100
committerBaptiste Jonglez2018-02-08 08:32:40 +0100
commitbbe4f6008fe3f86585e306f29d2fa92362b8105c (patch)
tree151ff4fd379dada1c74591e0b98e872c8ef1a6f5
parent27ea5c8d7d96e386504009a970ec2eb343d0cb03 (diff)
downloadaur-bbe4f6008fe3f86585e306f29d2fa92362b8105c.tar.gz
opendune: build against SDL2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48b7be37d026..0f09c09d5318 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
# Generated by mksrcinfo v8
-# Sun Aug 13 19:34:22 UTC 2017
+# Thu Feb 8 07:32:40 UTC 2018
pkgbase = opendune
pkgdesc = Open source re-creation of the popular game Dune II
pkgver = 0.8
- pkgrel = 3
+ pkgrel = 4
url = http://opendune.org
arch = i686
arch = x86_64
license = GPL2
- depends = sdl
- depends = sdl_image
+ depends = sdl2
+ depends = sdl2_image
depends = alsa-lib
depends = hicolor-icon-theme
depends = dune2-data
diff --git a/PKGBUILD b/PKGBUILD
index 31ce99bcce0d..c548b91b1862 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
pkgname=opendune
_pkgname=OpenDUNE
pkgver=0.8
-pkgrel=3
+pkgrel=4
pkgdesc="Open source re-creation of the popular game Dune II"
arch=('i686' 'x86_64')
url="http://opendune.org"
license=('GPL2')
-depends=('sdl' 'sdl_image' 'alsa-lib' 'hicolor-icon-theme' 'dune2-data')
+depends=('sdl2' 'sdl2_image' 'alsa-lib' 'hicolor-icon-theme' 'dune2-data')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/OpenDUNE/OpenDUNE/archive/$pkgver.tar.gz")
sha256sums=('fada4127715e4913553f4dbe8b5ac284ee6080377da62e65ae03f1e1d551dfbd')