summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorValHue2018-05-17 18:39:55 +0200
committerValHue2018-05-17 18:39:55 +0200
commit3eb4c9d15f6a80bab96ceca8683bb9317ac554e2 (patch)
tree600360d2ad5ad5be350585ed36d08307ad16e243
parent95b443d3b4ba3149f1bac1c73abe3034a2fb7c17 (diff)
downloadaur-3eb4c9d15f6a80bab96ceca8683bb9317ac554e2.tar.gz
Update to 1.4-4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67369597f19f..1368c09f4f1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python2-qrtools
pkgdesc = A high level library for reading and generating QR codes.
pkgver = 1.4
- pkgrel = 3
+ pkgrel = 4
url = https://launchpad.net/qr-tools
arch = i686
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = python2-qrtools
depends = python2-zbar
depends = qrencode
provides = python2-qrtools
- source = https://launchpad.net/~qr-tools-developers/+archive/ubuntu/daily/+files/python-qrtools_1.4-0~29~ubuntu17.10.1.tar.gz
- sha256sums = ccd7c666eaf1745f7af7e21cec1241283256fddcc780b254c3d1654e560a65cb
+ source = https://launchpad.net/~qr-tools-developers/+archive/ubuntu/qr-tools-stable/+sourcefiles/python-qrtools/1.4-0~30~ubuntu18.04.1/python-qrtools_1.4-0~30~ubuntu18.04.1.tar.gz
+ sha256sums = 88d826e752bd3e3ee00244fc0713f8c21328543faf229c7aee9bdd9aac337ca7
pkgname = python2-qrtools
diff --git a/PKGBUILD b/PKGBUILD
index 0065b16a74c1..8e4098399acb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,18 +5,18 @@
_python="python2"
_name="qr-tools"
_subname="qrtools"
-_ubuntur="0~29~ubuntu17.10.1"
+_ubuntur="0~30~ubuntu18.04.1"
pkgname="${_python}-${_subname}"
pkgver="1.4"
-pkgrel="3"
+pkgrel="4"
pkgdesc="A high level library for reading and generating QR codes."
url="https://launchpad.net/qr-tools"
arch=('i686' 'x86_64')
license=('GPL3')
depends=("${_python}" "${_python}-pillow" "${_python}-zbar" 'qrencode')
provides=("${pkgname}")
-source=("https://launchpad.net/~${_name}-developers/+archive/ubuntu/daily/+files/python-${_subname}_${pkgver}-${_ubuntur}.tar.gz")
-sha256sums=('ccd7c666eaf1745f7af7e21cec1241283256fddcc780b254c3d1654e560a65cb')
+source=("https://launchpad.net/~${_name}-developers/+archive/ubuntu/${_name}-stable/+sourcefiles/python-${_subname}/${pkgver}-${_ubuntur}/python-${_subname}_${pkgver}-${_ubuntur}.tar.gz")
+sha256sums=('88d826e752bd3e3ee00244fc0713f8c21328543faf229c7aee9bdd9aac337ca7')
build() {
cd "python-${_subname}-${pkgver}"