summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkfg2016-10-29 01:31:42 +0200
committerkfg2016-10-29 01:31:42 +0200
commit3de0bbd5e55c3cc52ff356ae8d15d3f1af8eef89 (patch)
treed3bffefd39edf2fa9306a5e1662cb6502feb407a /PKGBUILD
parent68ebd8a148da1aae3d172e1a405f39f9a865a608 (diff)
downloadaur-3de0bbd5e55c3cc52ff356ae8d15d3f1af8eef89.tar.gz
Update to 0.4.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bfd9bfebc09e..a0801267a29e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Karl-Felix Glatzer <karl.glatzer@gmx.de>
pkgname=mingw-w64-orc
-pkgver=0.4.25
+pkgver=0.4.26
pkgrel=1
-pkgdesc="The Oil Runtime Compiler (mingw-w64)"
+pkgdesc="Optimized Inner Loop Runtime Compiler (mingw-w64)"
arch=('any')
license=('custom')
-url="http://code.entropywave.com/projects/orc/"
+url="https://cgit.freedesktop.org/gstreamer/orc/"
depends=('mingw-w64-crt')
makedepends=('mingw-w64-gcc' 'mingw-w64-configure')
options=('!strip' '!buildflags' '!libtool' 'staticlibs')
source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
-md5sums=('8582a28b15f53110c88d8043d9f55bcf')
+sha256sums=('7d52fa80ef84988359c3434e1eea302d077a08987abdde6905678ebcad4fa649')
_architectures="i686-w64-mingw32 x86_64-w64-mingw32"
build () {