[arch-commits] Commit in libquvi/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Wed May 6 19:42:52 UTC 2015
Date: Wednesday, May 6, 2015 @ 21:42:52
Author: heftig
Revision: 238561
lua 5.3
Modified:
libquvi/trunk/PKGBUILD
----------+
PKGBUILD | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-05-06 19:38:30 UTC (rev 238560)
+++ PKGBUILD 2015-05-06 19:42:52 UTC (rev 238561)
@@ -3,12 +3,12 @@
pkgname=libquvi
pkgver=0.9.4
-pkgrel=3
+pkgrel=4
pkgdesc='Library for parsing video download links.'
arch=('i686' 'x86_64')
url='http://quvi.sourceforge.net/'
license=('AGPL3')
-depends=('libquvi-scripts' 'curl' 'lua' 'libproxy' 'libgcrypt' 'glib2')
+depends=('libquvi-scripts' 'curl' 'lua52' 'libproxy' 'libgcrypt' 'glib2')
conflicts=('quvi<0.9.0')
source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
md5sums=('8e3f2134a6b3376934bd884b07dcdac5'
@@ -15,9 +15,14 @@
'SKIP')
validpgpkeys=('E220FCFF9EADBA326FD6B23BBF1D59CCAD00BE50')
+prepare() {
+ cd "${pkgname}-${pkgver}"
+ sed -i 's/lua51/lua52/g' configure.ac
+ autoreconf -fvi
+}
+
build() {
cd "${pkgname}-${pkgver}"
-
./configure --prefix=/usr
make
}
More information about the arch-commits
mailing list