diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-21 20:17:03 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2015-05-21 20:17:03 -0500 |
commit | 908de769d110509ffacb9cf0549ce61ef8a9cdef (patch) | |
tree | b29678a1f4c99f4c72cfe10cd9ac8d10f5179580 /pcr/send-to-torrent/PKGBUILD | |
parent | d32b63e95b89ef6b5aaaf42687aa44025921c651 (diff) | |
download | abslibre-908de769d110509ffacb9cf0549ce61ef8a9cdef.tar.gz abslibre-908de769d110509ffacb9cf0549ce61ef8a9cdef.tar.bz2 abslibre-908de769d110509ffacb9cf0549ce61ef8a9cdef.zip |
send-to-torrent-0.0.4-1.1: rebuild
Diffstat (limited to 'pcr/send-to-torrent/PKGBUILD')
-rw-r--r-- | pcr/send-to-torrent/PKGBUILD | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/pcr/send-to-torrent/PKGBUILD b/pcr/send-to-torrent/PKGBUILD index 110ba0b1a..4773370d0 100644 --- a/pcr/send-to-torrent/PKGBUILD +++ b/pcr/send-to-torrent/PKGBUILD @@ -1,12 +1,13 @@ +# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe> pkgname=send-to-torrent -pkgver=0.0.3 -pkgrel=1 +pkgver=0.0.4 +pkgrel=1.1 pkgdesc="Share files from the file browser" arch=('any') url="http://repo.hackcoop.com.ar/send-to-torrent.git/" license=("AGPL3") source=("http://repo.hackcoop.com.ar/${pkgname}.git/snapshot/${pkgname}-${pkgver}.tar.xz") -md5sums=('e9d465ebec3abd1e142731f53adf8cf2') +md5sums=('19b759f6534af8dfe7ed1aa9a6fde65e') depends=("bash" "mktorrent" "xdg-utils") optdepends=("libnotify: desktop notifications" "transmission-cli: transmission support" |