summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorXunhua Guo2020-02-13 09:27:30 +0800
committerXunhua Guo2020-02-13 09:27:30 +0800
commit52cdaeef2e2c6e2cf4b423f19b5e887af15e7de7 (patch)
tree81d2a50671ee59dc3d3aaf98658c7139820bc3b1 /PKGBUILD
parent9547d1d398b2a3669dac346ab445d992eba4b424 (diff)
downloadaur-52cdaeef2e2c6e2cf4b423f19b5e887af15e7de7.tar.gz
updated to 2.0.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb2d743a23a2..01f9fbf7482e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: royrocks <royrocks13@gmail.com>
pkgname=cups-bjnp
-pkgver=2.0.2
+pkgver=2.0.3
pkgrel=1
pkgdesc='CUPS back-end for the canon printers using the proprietary USB over IP BJNP protocol'
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ license=('GPL')
depends=('libcups')
makedepends=('cups')
source=("http://downloads.sourceforge.net/sourceforge/cups-bjnp/cups-bjnp-${pkgver}.tar.gz")
-sha256sums=('586a8e0b2e92d41e85e981a16e3015a240f11a02b1bbbd0b92cd45620f411b0e')
+sha256sums=('c914b2fd9d8e26ce22f2df6244d9defeec31ee9a5360f723eecb3b00f2168500')
build() {
cd cups-bjnp-${pkgver}
@@ -31,4 +31,3 @@ package() {
make DESTDIR="${pkgdir}" install
}
-# vim: ts=2 sw=2 et: