summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndré Keller2019-05-07 17:31:11 +0200
committerAndré Keller2019-05-07 17:31:11 +0200
commit5022c4a375af0344837407b1ea53da1d7a6fd623 (patch)
tree02addf9f11ffea15f2497cc6a464d88d84aaa10c
parent379792d0362fe5d4763134025f28b46750fdb8d8 (diff)
downloadaur-5022c4a375af0344837407b1ea53da1d7a6fd623.tar.gz
New upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 38ab4380b216..b5fe46b37b33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-brother_ql
pkgdesc = Python package for the raster language protocol of the Brother QL series label printers
- pkgver = 0.8.4
+ pkgver = 0.9.4
pkgrel = 1
url = https://github.com/pklaus/brother_ql
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-brother_ql
depends = python-future
depends = python-packbits
depends = python-pillow
- source = https://files.pythonhosted.org/packages/source/b/brother_ql/brother_ql-0.8.4.tar.gz
- sha256sums = d68381949ba6777f38d02fb9bd5db301669d560e4195863e0c396e5afadde6f0
+ source = https://files.pythonhosted.org/packages/source/b/brother_ql/brother_ql-0.9.4.tar.gz
+ sha256sums = 1f5c57a039f012c9c204397f470001f76ebb7483421ebde985d0cb3c614e8660
pkgname = python-brother_ql
diff --git a/PKGBUILD b/PKGBUILD
index 7556694f14ba..a220003b92de 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=python-brother_ql
-pkgver=0.8.4
+pkgver=0.9.4
pkgrel=1
pkgdesc="Python package for the raster language protocol of the Brother QL series label printers"
url="https://github.com/pklaus/brother_ql"
@@ -8,7 +8,7 @@ makedepends=('python-setuptools')
license=('GPL-3.0')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/b/brother_ql/brother_ql-$pkgver.tar.gz")
-sha256sums=('d68381949ba6777f38d02fb9bd5db301669d560e4195863e0c396e5afadde6f0')
+sha256sums=('1f5c57a039f012c9c204397f470001f76ebb7483421ebde985d0cb3c614e8660')
build() {
cd "$srcdir/brother_ql-$pkgver"