summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2016-10-26 23:13:27 +0100
committerHans-Nikolai Viessmann2016-10-26 23:13:27 +0100
commit68590ba60fe9daca7299b4764a2fb06ca1cccf28 (patch)
tree9ec687513f762ea5f79d2e901cacf538d70d0591
parent844d995520645d67966681a51df21276c0fa960e (diff)
downloadaur-68590ba60fe9daca7299b4764a2fb06ca1cccf28.tar.gz
Updated to 2.06
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md7
-rw-r--r--PKGBUILD4
3 files changed, 11 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48e268a5ee79..6df46f3a6833 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sshprint
pkgdesc = A Perl script to print local files on remote printers using SSH
- pkgver = 2.05
+ pkgver = 2.06
pkgrel = 1
url = https://github.com/hv15/sshprint
install = sshprint.install
@@ -14,8 +14,8 @@ pkgbase = sshprint
depends = perl-net-openssh
conflicts = sshprint<=1.6.3
options = !emptydirs
- source = https://github.com/hv15/sshprint/archive/2.05.tar.gz
- md5sums = 07134492f0c488e4c044a46d7274c891
+ source = https://github.com/hv15/sshprint/archive/2.06.tar.gz
+ md5sums = 53f46bb3b88717d7178ab34eb8bb84bc
pkgname = sshprint
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fb0f7bdb27e3..f2b65fcaf53c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
## [Unreleased]
Nothing to report...
+## [2.06] - 2016.10.26
+### **Fixes**
+- Fixed incorrect range checking for printer selection from complete list
+
## [2.05] - 2016.10.09
### **Fixes**
- Fixed incorrect parameter check for printer from the commandline
@@ -56,7 +60,8 @@ Nothing to report...
### Fixed
- Fix regex in select printer dialog.
-[Unreleased]: https://github.com/hv15/sshprint/compare/2.05...HEAD
+[Unreleased]: https://github.com/hv15/sshprint/compare/2.06...HEAD
+[2.06]: https://github.com/hv15/sshprint/compare/2.05...2.06
[2.05]: https://github.com/hv15/sshprint/compare/2.04...2.05
[2.04]: https://github.com/hv15/sshprint/compare/2.03...2.04
[2.03]: https://github.com/hv15/sshprint/compare/2.02...2.03
diff --git a/PKGBUILD b/PKGBUILD
index 46c41413f861..03b9a6df10e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15@hw.ac.uk>
_project=sshprint
pkgname=$_project
-pkgver=2.05
+pkgver=2.06
pkgrel=1
pkgdesc="A Perl script to print local files on remote printers using SSH"
arch=('any')
@@ -13,7 +13,7 @@ options=(!emptydirs)
changelog='CHANGELOG.md'
install=sshprint.install
source=("https://github.com/hv15/${_project}/archive/${pkgver}.tar.gz")
-md5sums=('07134492f0c488e4c044a46d7274c891')
+md5sums=('53f46bb3b88717d7178ab34eb8bb84bc')
build() {
cd "$srcdir/${pkgname}-$pkgver"