mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/orc to 0.4.22-1
This commit is contained in:
parent
3fa0c39f8d
commit
e8d0dd4a00
1 changed files with 4 additions and 4 deletions
|
@ -5,15 +5,15 @@
|
|||
# - drop valgrind makedepend
|
||||
|
||||
pkgname=orc
|
||||
pkgver=0.4.19
|
||||
pkgrel=1.1
|
||||
pkgver=0.4.22
|
||||
pkgrel=1
|
||||
pkgdesc="The Oild Runtime Compiler"
|
||||
arch=('i686' 'x86_64')
|
||||
license=('custom')
|
||||
url="http://code.entropywave.com/projects/orc/"
|
||||
depends=('glibc')
|
||||
source=(http://gstreamer.freedesktop.org/src/orc/${pkgname}-${pkgver}.tar.gz)
|
||||
md5sums=('2cacea6271aade6d592fe1622a136f19')
|
||||
source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
|
||||
md5sums=('eecd4788688a95aae97adf1125585cbf')
|
||||
|
||||
build () {
|
||||
cd $pkgname-$pkgver
|
||||
|
|
Loading…
Reference in a new issue