summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXunhua Guo2020-01-30 10:19:26 +0800
committerXunhua Guo2020-01-30 10:19:26 +0800
commit9547d1d398b2a3669dac346ab445d992eba4b424 (patch)
treefe7e3055a5621daf9629208e2811f24a75875a0b
parent714dd1dd69f02ac34f3107be13dc678b3b04da74 (diff)
downloadaur-9547d1d398b2a3669dac346ab445d992eba4b424.tar.gz
updated to 2.0.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD11
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8692392ca2cb..3b919e03bc70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = cups-bjnp
pkgdesc = CUPS back-end for the canon printers using the proprietary USB over IP BJNP protocol
- pkgver = 2.0.1
- pkgrel = 2
+ pkgver = 2.0.2
+ pkgrel = 1
url = http://sourceforge.net/projects/cups-bjnp/
arch = i686
arch = x86_64
license = GPL
makedepends = cups
depends = libcups
- source = http://downloads.sourceforge.net/sourceforge/cups-bjnp/cups-bjnp-2.0.1.tar.gz
- sha256sums = 95b5940daf6ee46120efef9c05048ade9bb855de36280c140895f9672b2946c0
+ source = http://downloads.sourceforge.net/sourceforge/cups-bjnp/cups-bjnp-2.0.2.tar.gz
+ sha256sums = 586a8e0b2e92d41e85e981a16e3015a240f11a02b1bbbd0b92cd45620f411b0e
pkgname = cups-bjnp
diff --git a/PKGBUILD b/PKGBUILD
index 32c9ef2dbfd7..bb2d743a23a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
-# Maintainer: Ben <ben@ported.pw>
+# Maintainer: xunhua.guo <xunhua.guo@gmail.com>
+# Contributor: Ben <ben@ported.pw>
# Contributor: Maxime Gauduin <alucryd@archlinux.org>
# Contributor: royrocks <royrocks13@gmail.com>
pkgname=cups-bjnp
-pkgver=2.0.1
-pkgrel=2
+pkgver=2.0.2
+pkgrel=1
pkgdesc='CUPS back-end for the canon printers using the proprietary USB over IP BJNP protocol'
arch=('i686' 'x86_64')
url='http://sourceforge.net/projects/cups-bjnp/'
@@ -12,13 +13,13 @@ license=('GPL')
depends=('libcups')
makedepends=('cups')
source=("http://downloads.sourceforge.net/sourceforge/cups-bjnp/cups-bjnp-${pkgver}.tar.gz")
-sha256sums=('95b5940daf6ee46120efef9c05048ade9bb855de36280c140895f9672b2946c0')
+sha256sums=('586a8e0b2e92d41e85e981a16e3015a240f11a02b1bbbd0b92cd45620f411b0e')
build() {
cd cups-bjnp-${pkgver}
# Patch for https://gcc.gnu.org/onlinedocs/gcc-8.1.0/gcc/Warning-Options.html#index-Wstringop_002dtruncation
- sed -i 's/strncpy/memcpy/' bjnp-commands.c
+ # sed -i 's/strncpy/memcpy/' bjnp-commands.c
./configure --prefix='/usr'
make