summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Bart2019-08-08 07:24:30 -0300
committerEduardo Bart2019-08-08 07:24:30 -0300
commit16cf9267d11b6105132abe9383d1cc2b3355d1ca (patch)
treebc21905399b462b5c8a412028e87413f583cf01d
parentc29a095f6e73647725359aea6737a750565e0fe0 (diff)
downloadaur-16cf9267d11b6105132abe9383d1cc2b3355d1ca.tar.gz
Depends on cnfigure
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9665970a60eb..e9384888724a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = mingw-w64-sdl2
pkgdesc = A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)
pkgver = 2.0.10
- pkgrel = 2
+ pkgrel = 3
url = http://libsdl.org
arch = any
license = MIT
- makedepends = mingw-w64-cmake
+ makedepends = mingw-w64-configure
depends = mingw-w64-crt
options = staticlibs
options = !strip
diff --git a/PKGBUILD b/PKGBUILD
index 14f9146444e3..f5388568aee0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mingw-w64-sdl2
pkgver=2.0.10
-pkgrel=2
+pkgrel=3
pkgdesc='A library for portable low-level access to a video framebuffer, audio output, mouse, and keyboard (Version 2) (mingw-w64)'
license=('MIT')
url='http://libsdl.org'
@@ -8,7 +8,7 @@ url='http://libsdl.org'
arch=('any')
_archs=('i686-w64-mingw32' 'x86_64-w64-mingw32')
depends=('mingw-w64-crt')
-makedepends=('mingw-w64-cmake')
+makedepends=('mingw-w64-configure')
source=("${url}/release/SDL2-${pkgver}.tar.gz")
sha256sums=('b4656c13a1f0d0023ae2f4a9cf08ec92fffb464e0f24238337784159b8b91d57')
options=(staticlibs '!strip' '!buildflags')