summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f7e7bd8acb81..994210795e8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_project=sshprint
pkgname=$_project
pkgver=2.01
-pkgrel=1
+pkgrel=2
pkgdesc="A Perl script to print local files on remote printers using SSH"
arch=('any')
url="https://github.com/hv15/$_project"
@@ -10,6 +10,7 @@ license=('MIT')
depends=('perl>=5.22.0' 'openssh')
conflicts=('sshprint<=1.6.3')
options=(!emptydirs)
+changelog='CHANGELOG.md'
install=sshprint.install
source=("https://github.com/hv15/${_project}/archive/${pkgver}.tar.gz")
md5sums=('f5d27a644fa205d426a25bd65c007537')