summaryrefslogtreecommitdiff
path: root/pcr/libquvi-scripts-current/PKGBUILD
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-05 16:21:07 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2013-09-05 16:21:07 -0300
commit2ec8351f59cc819b08e59adda000dbc8d65df6b5 (patch)
tree82b50cb6620736dd6dad0915240aed0a198f08ab /pcr/libquvi-scripts-current/PKGBUILD
parent3d64c0581c214a9f1a8175c9cc715d039df4ef55 (diff)
parent1cd688c7b7c7ad84cd4f3f57219189df70343b46 (diff)
downloadabslibre-2ec8351f59cc819b08e59adda000dbc8d65df6b5.tar.gz
abslibre-2ec8351f59cc819b08e59adda000dbc8d65df6b5.tar.bz2
abslibre-2ec8351f59cc819b08e59adda000dbc8d65df6b5.zip
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
Diffstat (limited to 'pcr/libquvi-scripts-current/PKGBUILD')
-rw-r--r--pcr/libquvi-scripts-current/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD
index ed6aa3a03..bce42b0e4 100644
--- a/pcr/libquvi-scripts-current/PKGBUILD
+++ b/pcr/libquvi-scripts-current/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=libquvi-scripts-current
_pkgname=libquvi-scripts
provides=(libquvi-scripts)
-pkgver=0.4.17
+pkgver=0.4.18
pkgrel=1
pkgdesc='Library for parsing video download links.'
arch=('any')
@@ -13,8 +13,6 @@ license=('LGPL')
depends=('curl' 'lua')
options=('!libtool')
source=("http://downloads.sourceforge.net/sourceforge/quvi/${_pkgname}-${pkgver}.tar.xz"{,.sig})
-md5sums=('8a887905a368bf31e0ace28e49b5c800'
- 'SKIP')
build() {
cd "${_pkgname}-${pkgver}"
@@ -26,3 +24,5 @@ package() {
cd "${_pkgname}-${pkgver}"
make DESTDIR="${pkgdir}" install
}
+md5sums=('d36f966974c851d36136c75d462fb319'
+ 'SKIP')