diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-16 15:31:07 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2013-08-16 15:31:07 -0300 |
commit | c4a4e182e098998505d6fe336819efa6f01f00de (patch) | |
tree | b507d7f2723c0f7bc72dd5b2195207eda1dbc307 | |
parent | 8525d9ebe07bc49c2b37686cbedb2d7ca4fc1057 (diff) | |
parent | e1a47e118e418c4ecf96ea4c11a4378740ba06a9 (diff) | |
download | abslibre-c4a4e182e098998505d6fe336819efa6f01f00de.tar.gz abslibre-c4a4e182e098998505d6fe336819efa6f01f00de.tar.bz2 abslibre-c4a4e182e098998505d6fe336819efa6f01f00de.zip |
Merge branch 'master' of ssh://projects.parabolagnulinux.org:1863/srv/git/abslibre
-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 cc2fd08ef..ef6e66d77 100644 --- a/pcr/plowshare/PKGBUILD +++ b/pcr/plowshare/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: breakdown <breakdown(at)archlinux(dot)us> pkgname=plowshare -pkgver=snapshot_git20130401.7b374cb +pkgver=snapshot_git20130727.5740aff 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=('edcc004c9432c22644a44f97c2cd5992') +md5sums=('fb992180ff1515bc1b69b4ac012e8f05') package() { cd "$srcdir/${pkgname}4-${pkgver/_/-}" |