Date: Wednesday, August 28, 2013 @ 19:05:42 Author: jsteel Revision: 96428
archrelease: copy trunk to community-any Added: curlpaste/repos/community-any/PKGBUILD (from rev 96427, curlpaste/trunk/PKGBUILD) Deleted: curlpaste/repos/community-any/PKGBUILD ----------+ PKGBUILD | 50 +++++++++++++++++++++++++++----------------------- 1 file changed, 27 insertions(+), 23 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2013-08-28 17:05:28 UTC (rev 96427) +++ PKGBUILD 2013-08-28 17:05:42 UTC (rev 96428) @@ -1,23 +0,0 @@ -# $Id$ -# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> - -pkgname=curlpaste -pkgver=1.2.1 -pkgrel=3 -pkgdesc='Utility to post text files to a number of pastebin sites using curl and Lua.' -arch=('any') -url='http://github.com/Kiwi/curlpaste/tree/master' -license=('MIT') -depends=('curl' 'lua') -provides=('curlpaste-git') -backup=('etc/curlpaste.conf') -source=("http://kiwi.github.com/curlpaste/curlpaste-${pkgver}.tar.gz") -md5sums=('f0df3a17e99414e3054671c7bbe32863') - -package() { - cd "${srcdir}/${pkgname}" - - install -Dm0755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" - install -Dm0644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf" -} - Copied: curlpaste/repos/community-any/PKGBUILD (from rev 96427, curlpaste/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2013-08-28 17:05:42 UTC (rev 96428) @@ -0,0 +1,27 @@ +# $Id$ +# Maintainer: Jonathan Steel <jst...@aur.archlinux.org> +# Contributor: Daniel J Griffiths <ghost1...@archlinux.us> + +pkgname=curlpaste +pkgver=1.2.1 +pkgrel=4 +pkgdesc='Utility to post text files to a number of pastebin sites using curl and Lua.' +arch=('any') +url='http://github.com/Kiwi/curlpaste/tree/master' +license=('MIT') +depends=('curl' 'lua') +provides=('curlpaste-git') +backup=('etc/curlpaste.conf') +source=(http://kiwi.github.com/curlpaste/curlpaste-$pkgver.tar.gz + https://raw.github.com/Kiwi/curlpaste/master/LICENSE) +md5sums=('f0df3a17e99414e3054671c7bbe32863' + 'bade437c691452a83923e5064da20757') + +package() { + cd "${srcdir}/${pkgname}" + + install -Dm0755 "${pkgname}" "${pkgdir}/usr/bin/${pkgname}" + install -Dm0644 "${pkgname}.conf" "${pkgdir}/etc/${pkgname}.conf" + install -Dm644 "$srcdir"/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE +} +