summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans-Nikolai Viessmann2016-08-16 22:52:40 +0100
committerHans-Nikolai Viessmann2016-08-16 22:52:40 +0100
commit1ce91db9cb8d3440f06807b9866b217fefbbd05f (patch)
tree167daafec4cc9a057e7c9327633fbd05c9546781
parent7b31f36b5b9e54825c6107e592e52b1cab960f39 (diff)
downloadaur-1ce91db9cb8d3440f06807b9866b217fefbbd05f.tar.gz
Silly mistake corrected...
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md9
-rw-r--r--PKGBUILD4
3 files changed, 13 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45e305dabfeb..b6897accc5b1 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.02
+ pkgver = 2.03
pkgrel = 1
url = https://github.com/hv15/sshprint
install = sshprint.install
@@ -11,8 +11,8 @@ pkgbase = sshprint
depends = openssh
conflicts = sshprint<=1.6.3
options = !emptydirs
- source = https://github.com/hv15/sshprint/archive/2.02.tar.gz
- md5sums = 6700ba296d15f1b1ccd2cad815a43e46
+ source = https://github.com/hv15/sshprint/archive/2.03.tar.gz
+ md5sums = 239989d27219722bc2229b13501cb555
pkgname = sshprint
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 29909a0719be..ab7af6508cb2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,11 @@
## [Unreleased]
Nothing to report...
+## [2.03] - 2016.08.16
+### **Fixes**
+- Corrected incorrect variable reference for application version
+- Corrected CHANGELOG
+
## [2.02] - 2016.08.16
### **Fixes**
- Corrected incorrect variable reference for application version
@@ -34,7 +39,9 @@ Nothing to report...
### Fixed
- Fix regex in select printer dialog.
-[Unreleased]: https://github.com/hv15/sshprint/compare/2.00...HEAD
+[Unreleased]: https://github.com/hv15/sshprint/compare/2.03...HEAD
+[2.03]: https://github.com/hv15/sshprint/compare/2.02...2.03
+[2.02]: https://github.com/hv15/sshprint/compare/2.01...2.02
[2.01]: https://github.com/hv15/sshprint/compare/2.00...2.01
[2.00]: https://github.com/hv15/sshprint/compare/1.6.3-beta...2.00
[1.6.3]: https://github.com/hv15/sshprint/compare/1.6.2-beta...1.6.3-beta
diff --git a/PKGBUILD b/PKGBUILD
index 6d74797bbaa1..c27467e97c12 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Hans-Nikolai Viessmann <hv15@hw.ac.uk>
_project=sshprint
pkgname=$_project
-pkgver=2.02
+pkgver=2.03
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=('6700ba296d15f1b1ccd2cad815a43e46')
+md5sums=('239989d27219722bc2229b13501cb555')
build() {
cd "$srcdir/${pkgname}-$pkgver"