summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2016-08-16 22:48:37 +0100
committerHans-Nikolai Viessmann2016-08-16 22:48:37 +0100
commit7b31f36b5b9e54825c6107e592e52b1cab960f39 (patch)
tree1f4b11c994c6875d653544561d1e8d0c2b9b3cb2 /PKGBUILD
parentd66ecd89602182769cac20f143a318e422782fa4 (diff)
downloadaur-7b31f36b5b9e54825c6107e592e52b1cab960f39.tar.gz
Added minor fixes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 994210795e8e..6d74797bbaa1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Hans-Nikolai Viessmann <hv15@hw.ac.uk>
_project=sshprint
pkgname=$_project
-pkgver=2.01
-pkgrel=2
+pkgver=2.02
+pkgrel=1
pkgdesc="A Perl script to print local files on remote printers using SSH"
arch=('any')
url="https://github.com/hv15/$_project"
@@ -13,7 +13,7 @@ options=(!emptydirs)
changelog='CHANGELOG.md'
install=sshprint.install
source=("https://github.com/hv15/${_project}/archive/${pkgver}.tar.gz")
-md5sums=('f5d27a644fa205d426a25bd65c007537')
+md5sums=('6700ba296d15f1b1ccd2cad815a43e46')
build() {
cd "$srcdir/${pkgname}-$pkgver"