Updating chakra-paste to 1.1.

This commit is contained in:
Daniele 2013-03-03 01:01:26 +00:00
parent a1ba364daa
commit b298245d97

View File

@ -2,7 +2,7 @@
# maintainer: Daniele Cocca <jmc@chakra-project.org>
pkgname=chakra-paste
pkgver=1.0
pkgver=1.1
pkgrel=1
depends=('python3' 'python3-requests' 'python3-appdirs')
pkgdesc="Small Python 3 script to automate the uploading of files to a Sticky Notes pastebin service."
@ -10,7 +10,7 @@ arch=('any')
license=('BSD')
url="http://gitorious.org/chakra-paste"
source=("${pkgname}-${pkgver}.tar.gz"::"http://gitorious.org/${pkgname}/${pkgname}/archive-tarball/v${pkgver}")
md5sums=('026393d07c193c91be715fdac0b1e251')
md5sums=('b56ce9fbfcdcebf57e325837c5207b11')
package() {
cd "${srcdir}/${pkgname}-${pkgname}"