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

Jan Steffens heftig at archlinux.org
Thu Nov 29 09:34:57 UTC 2012


    Date: Thursday, November 29, 2012 @ 04:34:57
  Author: heftig
Revision: 172112

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2012-11-29 09:33:57 UTC (rev 172111)
+++ PKGBUILD	2012-11-29 09:34:57 UTC (rev 172112)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
-
-pkgname=libquvi-scripts
-pkgver=0.4.9
-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=('a7f3dad2e2809857e876726813bba1be'
-         '543647d9dbc5b82e97327630968f8399')
-
-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 172111, libquvi-scripts/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2012-11-29 09:34:57 UTC (rev 172112)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
+
+pkgname=libquvi-scripts
+pkgver=0.4.10
+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=('ff79b40f6fb886c144ef18169eab0084'
+         '61a80a8653a0e758fd66ba9535a33d20')
+
+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