diff options
author | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-05 14:43:11 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@parabola.nu> | 2013-10-05 14:43:11 -0300 |
commit | 649c0832ffc290fb02dcda4d57a98fb078199f44 (patch) | |
tree | b476c46c0c5af8324da90e280c6561697343e7af | |
parent | f44e8c38bafbf77c995f2455f2e869ca235983e2 (diff) | |
parent | c469b416ccbb50410c8690cc7c936f0ad72a5ec2 (diff) |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r-- | pcr/libquvi-scripts-current/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/libquvi-scripts-current/PKGBUILD b/pcr/libquvi-scripts-current/PKGBUILD index bce42b0e4..6a466b314 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.18 +pkgver=0.4.19 pkgrel=1 pkgdesc='Library for parsing video download links.' arch=('any') @@ -24,5 +24,6 @@ package() { cd "${_pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -md5sums=('d36f966974c851d36136c75d462fb319' + +md5sums=('a37221697367a700cc1cb3b1f4b681ec' 'SKIP') |