summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLukáš Jirkovský2016-11-15 19:17:09 +0100
committerLukáš Jirkovský2016-11-15 19:17:09 +0100
commit6f1fb7f769a698ea9bdad2baf4745033e2714644 (patch)
tree9faa7c4d4d76aa5a4a515c24837b6e69d8750494
parentd4f24be6caeb7891650935ab8d4840551f2f306b (diff)
downloadaur-6f1fb7f769a698ea9bdad2baf4745033e2714644.tar.gz
use sdl2 instead of sdl
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4701aa7e88ce..8e44b05da52c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Aug 22 19:31:34 UTC 2016
+# Tue Nov 15 18:17:09 UTC 2016
pkgbase = ja2-stracciatella-git
pkgdesc = Jagged Alliance 2 Stracciatella project with a goal of improving JA2
- pkgver = 7911.ab53ca5
+ pkgver = 8188.a517757
pkgrel = 1
url = https://github.com/ja2-stracciatella/ja2-stracciatella
arch = i686
@@ -12,7 +12,7 @@ pkgbase = ja2-stracciatella-git
makedepends = cmake
makedepends = boost
depends = boost-libs
- depends = sdl
+ depends = sdl2
source = git+https://github.com/ja2-stracciatella/ja2-stracciatella.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 8b01687fe7a9..be8cd59016d3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Lukas Jirkovsky <l.jirkovsky@gmail.com>
pkgname=ja2-stracciatella-git
-pkgver=7911.ab53ca5
+pkgver=8188.a517757
pkgrel=1
pkgdesc="Jagged Alliance 2 Stracciatella project with a goal of improving JA2"
arch=('i686' 'x86_64')
url="https://github.com/ja2-stracciatella/ja2-stracciatella"
license=('custom')
-depends=('boost-libs' 'sdl')
+depends=('boost-libs' 'sdl2')
makedepends=('git' 'cmake' 'boost')
source=('git+https://github.com/ja2-stracciatella/ja2-stracciatella.git')
md5sums=('SKIP')