[arch-commits] Commit in libquvi/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Thu May 31 03:01:19 UTC 2018
Date: Thursday, May 31, 2018 @ 03:01:19
Author: felixonmars
Revision: 325325
archrelease: copy trunk to extra-x86_64
Added:
libquvi/repos/extra-x86_64/PKGBUILD
(from rev 325324, libquvi/trunk/PKGBUILD)
Deleted:
libquvi/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 66 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 33 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-31 03:00:30 UTC (rev 325324)
+++ PKGBUILD 2018-05-31 03:01:19 UTC (rev 325325)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-
-pkgname=libquvi
-pkgver=0.9.4
-pkgrel=4
-pkgdesc='Library for parsing video download links.'
-arch=('i686' 'x86_64')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-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'
- '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
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libquvi/repos/extra-x86_64/PKGBUILD (from rev 325324, libquvi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-05-31 03:01:19 UTC (rev 325325)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+
+pkgname=libquvi
+pkgver=0.9.4
+pkgrel=5
+pkgdesc='Library for parsing video download links.'
+arch=('x86_64')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+depends=('libquvi-scripts' 'curl' 'lua52' 'libproxy' 'libgcrypt' 'glib2')
+conflicts=('quvi<0.9.0')
+source=("https://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha512sums=('287015e370e7b7f98f0f4c3717f5b044c8fcfb8b823c7988cd248e56b5fbbfa1a1aa421fbdafb38d727b79495267ccd4dead71587052117db53f29236268b651'
+ '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
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list