[arch-commits] Commit in lib32-orc/trunk (PKGBUILD)
Maxime Gauduin
alucryd at archlinux.org
Sun Sep 29 17:39:17 UTC 2019
Date: Sunday, September 29, 2019 @ 17:39:17
Author: alucryd
Revision: 512086
upgpkg: lib32-orc 0.4.30-1
Modified:
lib32-orc/trunk/PKGBUILD
----------+
PKGBUILD | 10 ++++++++--
1 file changed, 8 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-09-29 15:06:12 UTC (rev 512085)
+++ PKGBUILD 2019-09-29 17:39:17 UTC (rev 512086)
@@ -1,7 +1,7 @@
# Maintainer: Maxime Gauduin <alucryd at archlinux.org>
pkgname=lib32-orc
-pkgver=0.4.29
+pkgver=0.4.30
pkgrel=1
pkgdesc='The Oild Runtime Compiler'
arch=(x86_64)
@@ -17,9 +17,15 @@
meson
valgrind-multilib
)
-source=(git+https://gitlab.freedesktop.org/gstreamer/orc.git#tag=${pkgver})
+source=(git+https://gitlab.freedesktop.org/gstreamer/orc.git#tag=ec359cbad8b554985b1b38c665b9db01ef29619a)
sha256sums=(SKIP)
+pkgver() {
+ cd orc
+
+ git describe --tags
+}
+
build() {
export CC='gcc -m32'
export CXX='g++ -m32'
More information about the arch-commits
mailing list