mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
community/dumb to 2.0.2-1
This commit is contained in:
parent
9b0f30c36d
commit
97c8a393c8
1 changed files with 4 additions and 3 deletions
|
@ -1,5 +1,6 @@
|
|||
# $Id$
|
||||
# Maintainer: Alexander Rødseth <rodseth@gmail.com>
|
||||
# Maintainer:
|
||||
# Contributor: Alexander Rødseth <rodseth@gmail.com>
|
||||
# Contributor: Chris Brannon <cmbrannon79@gmail.com>
|
||||
# Contributor: JJDaNiMoTh <jjdanimoth@gmail.com>
|
||||
# Contributor: Bjørn Lindeijer <bjorn lindeijer nl>
|
||||
|
@ -8,7 +9,7 @@
|
|||
# - disable sse
|
||||
|
||||
pkgname=dumb
|
||||
pkgver=2.0.0
|
||||
pkgver=2.0.2
|
||||
pkgrel=1
|
||||
pkgdesc='IT, XM, S3M and MOD player library'
|
||||
arch=('x86_64' 'i686')
|
||||
|
@ -17,7 +18,7 @@ url='http://dumb.sourceforge.net/'
|
|||
makedepends=('cmake')
|
||||
depends=('glibc')
|
||||
source=($pkgname-$pkgver.tar.gz::"https://github.com/kode54/dumb/archive/$pkgver.tar.gz")
|
||||
sha256sums=('251d0ef34d9b7491ebb119c63b9d8a5c12fd635d6899d45bc7949e195388cc60')
|
||||
sha256sums=('9e64eff5e4237a1e3c2cf2e8d5f75e3b54c2197fd5bc85a71a4741a5fd9c10f4')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
|
Loading…
Reference in a new issue