diff options
Diffstat (limited to 'pcr/plowshare/PKGBUILD')
-rw-r--r-- | pcr/plowshare/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/plowshare/PKGBUILD b/pcr/plowshare/PKGBUILD index 3076b779e..608e13ccf 100644 --- a/pcr/plowshare/PKGBUILD +++ b/pcr/plowshare/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: breakdown <breakdown(at)archlinux(dot)us> pkgname=plowshare -pkgver=snapshot_git20130901.1c5013f +pkgver=snapshot_git20131009.5e55a9b pkgrel=1 pkgdesc="Command-line downloader and uploader for Rapidshare, Mediafire and other file sharing websites." arch=('any') @@ -15,7 +15,6 @@ 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=('c5fe40d79dea2cf02ba534c9a0ea9680') package() { cd "$srcdir/${pkgname}4-${pkgver/_/-}" @@ -32,3 +31,4 @@ package() { } # vim:set ts=2 sw=2 et: +md5sums=('cfecd42bf22712f4c410d88c9aa9cf0c') |