diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-19 10:10:48 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-10-19 10:10:48 +0300 |
commit | 8183d9513ee0a33c4467ff78e1c1e981e60d7fb3 (patch) | |
tree | 99c2fcc8f1393520f0ce82441af92a87a33cfe14 /pcr/plowshare | |
parent | 7437e897c2fec797324d35924c0137ba22d6511d (diff) |
updating plowshare to version snapshot_git20131009.5e55a9b
Diffstat (limited to 'pcr/plowshare')
-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') |