[arch-commits] Commit in libquvi/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Jan 16 12:40:17 UTC 2015
Date: Friday, January 16, 2015 @ 13:40:17
Author: heftig
Revision: 229435
archrelease: copy trunk to extra-x86_64
Added:
libquvi/repos/extra-x86_64/PKGBUILD
(from rev 229434, libquvi/trunk/PKGBUILD)
Deleted:
libquvi/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 55 ++++++++++++++++++++++++++++---------------------------
1 file changed, 28 insertions(+), 27 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2015-01-16 12:40:10 UTC (rev 229434)
+++ PKGBUILD 2015-01-16 12:40:17 UTC (rev 229435)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=libquvi
-pkgver=0.9.4
-pkgrel=2
-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')
-conflicts=('quvi<0.9.0')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('8e3f2134a6b3376934bd884b07dcdac5'
- 'SKIP')
-
-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 229434, libquvi/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2015-01-16 12:40:17 UTC (rev 229435)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi
+pkgver=0.9.4
+pkgrel=3
+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')
+conflicts=('quvi<0.9.0')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('8e3f2134a6b3376934bd884b07dcdac5'
+ 'SKIP')
+validpgpkeys=('E220FCFF9EADBA326FD6B23BBF1D59CCAD00BE50')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list