Date: Monday, July 4, 2016 @ 22:17:17 Author: bluewind Revision: 182234
upgpkg: fb-client 2.0.0-1 upstream update Modified: fb-client/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-04 19:28:51 UTC (rev 182233) +++ PKGBUILD 2016-07-04 22:17:17 UTC (rev 182234) @@ -1,16 +1,16 @@ # Maintainer: Florian "Bluewind" Pritz <[email protected]> pkgname=fb-client -pkgver=1.5.0 +pkgver=2.0.0 pkgrel=1 pkgdesc="Client for paste.xinu.at" arch=('i686' 'x86_64') -url="http://paste.xinu.at" +url="https://paste.xinu.at" license=('GPL3') -depends=('curl' 'bash') +depends=('python' 'python-pycurl') optdepends=('xclip: for automatically copying the URL into the clipboard') -source=(http://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig}) -md5sums=('749c4afd3430f1bbd4bb049c590f6351' +source=(https://paste.xinu.at/data/client/fb-$pkgver.tar.gz{,.sig}) +md5sums=('44ebebf093e0c0a49084c80322ff7c1f' 'SKIP') validpgpkeys=("CFA6AF15E5C74149FC1D8C086D1655C14CE1C13E")
