[arch-commits] Commit in libquvi-scripts/repos/extra-any (PKGBUILD PKGBUILD)

Jan Steffens heftig at nymeria.archlinux.org
Mon Feb 11 17:30:11 UTC 2013


    Date: Monday, February 11, 2013 @ 18:30:09
  Author: heftig
Revision: 177930

archrelease: copy trunk to extra-any

Added:
  libquvi-scripts/repos/extra-any/PKGBUILD
    (from rev 177929, libquvi-scripts/trunk/PKGBUILD)
Deleted:
  libquvi-scripts/repos/extra-any/PKGBUILD

----------+
 PKGBUILD |   52 ++++++++++++++++++++++++++--------------------------
 1 file changed, 26 insertions(+), 26 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-11 17:29:19 UTC (rev 177929)
+++ PKGBUILD	2013-02-11 17:30:09 UTC (rev 177930)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=libquvi-scripts
-pkgver=0.4.11
-pkgrel=1
-pkgdesc='Library for parsing video download links.'
-arch=('any')
-url='http://quvi.sourceforge.net/'
-license=('LGPL')
-depends=('curl' 'lua')
-options=('!libtool')
-source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('0b1d596e15ea863d667eb5175d8316ef'
-         '432d7399a8469a4d11f1c32a95510ae3')
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr --with-nsfw --with-nlfy
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}" install
-}

Copied: libquvi-scripts/repos/extra-any/PKGBUILD (from rev 177929, libquvi-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-11 17:30:09 UTC (rev 177930)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi-scripts
+pkgver=0.4.12
+pkgrel=1
+pkgdesc='Library for parsing video download links.'
+arch=('any')
+url='http://quvi.sourceforge.net/'
+license=('LGPL')
+depends=('curl' 'lua')
+options=('!libtool')
+source=("http://downloads.sourceforge.net/sourceforge/quvi/${pkgname}-${pkgver}.tar.xz"{,.sig})
+md5sums=('be324ed21d2e2811833f3a437f263b49'
+         '7024095a43e6e18e62e9e97bb01d7d40')
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr --with-nsfw --with-nlfy
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}" install
+}




More information about the arch-commits mailing list