mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/sdl2_gfx to 1.0.1-1
This commit is contained in:
parent
7067e978a0
commit
2904562ae6
1 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=sdl2_gfx
|
||||
epoch=1
|
||||
pkgver=1.0.0
|
||||
pkgver=1.0.1
|
||||
pkgrel=1
|
||||
pkgdesc="SDL Graphic Primitives (Version 2)"
|
||||
arch=('i686' 'x86_64')
|
||||
|
@ -16,7 +16,7 @@ depends=('sdl2')
|
|||
makedepends=('svn')
|
||||
options=(!libtool)
|
||||
source=("http://www.ferzkopp.net/Software/SDL2_gfx/SDL2_gfx-${pkgver}.tar.gz")
|
||||
md5sums=('f008cc117cb901aec6bf5c2f0b11f7ea')
|
||||
md5sums=('9c96816618e3e086d885d1d214e59d87')
|
||||
|
||||
build() {
|
||||
cd "${srcdir}/SDL2_gfx-${pkgver}"
|
||||
|
|
Loading…
Reference in a new issue