[arch-commits] Commit in libquvi-scripts/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at nymeria.archlinux.org
Sat Oct 19 20:44:04 UTC 2013
Date: Saturday, October 19, 2013 @ 22:44:03
Author: heftig
Revision: 196811
archrelease: copy trunk to extra-any
Added:
libquvi-scripts/repos/extra-any/PKGBUILD
(from rev 196810, libquvi-scripts/trunk/PKGBUILD)
Deleted:
libquvi-scripts/repos/extra-any/PKGBUILD
----------+
PKGBUILD | 52 ++++++++++++++++++++++++++--------------------------
1 file changed, 26 insertions(+), 26 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2013-10-19 20:43:38 UTC (rev 196810)
+++ PKGBUILD 2013-10-19 20:44:03 UTC (rev 196811)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=libquvi-scripts
-pkgver=0.9.20130903
-pkgrel=2
-pkgdesc='Library for parsing video download links.'
-arch=('any')
-url='http://quvi.sourceforge.net/'
-license=('AGPL3')
-options=('!libtool')
-depends=('lua51-socket' 'lua51-bitop' 'lua51-expat')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('5cd6fd297ded480bf1eccb2ced8962f0'
- 'SKIP')
-
-build() {
- cd "${pkgname}-${pkgver}"
- ./configure --prefix=/usr --with-nsfw --with-geoblocked
- make
-}
-
-package() {
- cd "${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}
Copied: libquvi-scripts/repos/extra-any/PKGBUILD (from rev 196810, libquvi-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2013-10-19 20:44:03 UTC (rev 196811)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi-scripts
+pkgver=0.9.20131012
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('AGPL3')
+options=('!libtool')
+depends=('lua51-socket' 'lua51-bitop' 'lua51-expat')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('bd11a7946212b3e42f11c69afacc371a'
+ 'SKIP')
+
+build() {
+ cd "${pkgname}-${pkgver}"
+ ./configure --prefix=/usr --with-nsfw --with-geoblocked
+ make
+}
+
+package() {
+ cd "${pkgname}-${pkgver}"
+ make DESTDIR="${pkgdir}" install
+}
More information about the arch-commits
mailing list