diff options
author | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-09-04 10:33:49 +0300 |
---|---|---|
committer | Alon Ivtsan <alonivtsan@lavabit.com> | 2013-09-04 10:33:49 +0300 |
commit | 020ede4c23f6ca7221b3472291f0c02f80aca8d6 (patch) | |
tree | f6de20a3bd8f933dd9cb9df9eac4d2be9add81fe /pcr/plowshare | |
parent | 787f1324ed66c9295a98c283669c50a7bfa03356 (diff) |
updating plowshare to version snapshot_git20130901.1c5013f-1
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 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/_/-}" |