Date: Tuesday, October 7, 2014 @ 08:35:17 Author: jlichtblau Revision: 120314
upgpkg: wgetpaste 2.25-1 Modified: wgetpaste/trunk/PKGBUILD wgetpaste/trunk/wgetpaste.changelog ---------------------+ PKGBUILD | 16 ++++++++-------- wgetpaste.changelog | 3 +++ 2 files changed, 11 insertions(+), 8 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-10-07 05:19:21 UTC (rev 120313) +++ PKGBUILD 2014-10-07 06:35:17 UTC (rev 120314) @@ -2,27 +2,27 @@ # Maintainer: Jaroslav Lichtblau <[email protected]> pkgname=wgetpaste -pkgver=2.23 +pkgver=2.25 pkgrel=1 pkgdesc="A script that automates pasting to a number of pastebin services" +arch=('any') url="http://wgetpaste.zlin.dk/" -arch=('any') license=('custom') depends=('wget') optdepends=('xclip: interface to Xclipboard') source=(http://wgetpaste.zlin.dk/$pkgname-$pkgver.tar.bz2 http://wgetpaste.zlin.dk/$pkgname.example) -sha256sums=('d6f4546d5bd78e0765e07a7bc91dab169e108c414a9cbc4c88b8dee20a3955f5' +sha256sums=('6a7e078e6607f4fe819fc52857a601630ec0f7d2ee855d3b1cd7e75a904c40f4' 'cbc0437f7e04d95ffd224011ee2a056a84dfd7143e314e6962688295f68def4d') package() { - cd ${srcdir}/${pkgname}-${pkgver} + cd "${srcdir}"/${pkgname}-${pkgver} - install -D -m755 ${pkgname} ${pkgdir}/usr/bin/${pkgname} - install -D -m644 _${pkgname} $pkgdir/usr/share/zsh/site-functions/_${pkgname} - install -D -m644 ${srcdir}/${pkgname}.example ${pkgdir}/usr/share/${pkgname}/${pkgname}.example + install -D -m755 ${pkgname} "${pkgdir}"/usr/bin/${pkgname} + install -D -m644 _${pkgname} "${pkgdir}"/usr/share/zsh/site-functions/_${pkgname} + install -D -m644 "${srcdir}"/${pkgname}.example ${pkgdir}/usr/share/${pkgname}/${pkgname}.example # license sed -n '2,5p' wgetpaste > LICENSE - install -D -m644 LICENSE ${pkgdir}/usr/share/licenses/$pkgname/LICENSE + install -D -m644 LICENSE "${pkgdir}"/usr/share/licenses/$pkgname/LICENSE } Modified: wgetpaste.changelog =================================================================== --- wgetpaste.changelog 2014-10-07 05:19:21 UTC (rev 120313) +++ wgetpaste.changelog 2014-10-07 06:35:17 UTC (rev 120314) @@ -1,3 +1,6 @@ +2014-10-07 Jaroslav Lichtblau <[email protected]> + * wgetpaste 2.25-1 + 2013-12-02 Jaroslav Lichtblau <[email protected]> * wgetpaste 2.23-1
