diff options
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/libquvi-scripts-current/PKGBUILD | 6 | ||||
-rw-r--r-- | pcr/plowshare/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 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') diff --git a/pcr/plowshare/PKGBUILD b/pcr/plowshare/PKGBUILD index ef6e66d77..3076b779e 100644 --- a/pcr/plowshare/PKGBUILD +++ b/pcr/plowshare/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: breakdown <breakdown(at)archlinux(dot)us> pkgname=plowshare -pkgver=snapshot_git20130727.5740aff +pkgver=snapshot_git20130901.1c5013f pkgrel=1 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites." arch=('any') @@ -15,7 +15,7 @@ optdepends=('bash-completion: enable bash auto completion' 'aview: ascii display for no X server') conflicts=("$pkgname-git") source=("http://$pkgname.googlecode.com/files/${pkgname}4-${pkgver/_/-}.tar.gz") -md5sums=('fb992180ff1515bc1b69b4ac012e8f05') +md5sums=('c5fe40d79dea2cf02ba534c9a0ea9680') package() { cd "$srcdir/${pkgname}4-${pkgver/_/-}" |