summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM. Scholz2021-03-10 12:55:16 +0100
committerM. Scholz2021-03-10 12:55:16 +0100
commit9afe0c15d9e0958e5bfd3b1fab695f8a9222fe33 (patch)
tree1dca47c65b3a0e4617b16f003286d95df58a240d
parentde81b2f7920580ef19a3bef96a9edacf81282952 (diff)
downloadaur-9afe0c15d9e0958e5bfd3b1fab695f8a9222fe33.tar.gz
update to upstream
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 124820273013..beaf600bf7af 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = qwt5-qt5
pkgdesc = Qwt library (version 5.2.3) updated to work with Qt5.
- pkgver = 5.2.3.2
+ pkgver = 5.2.3.3
pkgrel = 1
url = https://github.com/gbm19/qwt5-qt5
arch = x86_64
license = custom
depends = qt5-base
depends = qt5-svg
- source = qwt5-qt5-5.2.3.2.zip::https://github.com/gbm19/qwt5-qt5/archive/0052f96fdd6d5f021f20a1cfc4d2fcfc605941da.zip
+ source = qwt5-qt5-5.2.3.3.zip::https://github.com/gbm19/qwt5-qt5/archive/acd8dbb0c373154c664e23cae7ccd70f7d0f2651.zip
source = qwtconfig-archlinux.pri
- sha1sums = 528b8dd247aa314523e8c81314cdd0195fcf51fc
+ sha1sums = a6ca85b49615d141e58e4ac5df451619e81e190e
sha1sums = f78e1dd11f7e5dedf0b62370485688729cb344ad
pkgname = qwt5-qt5
diff --git a/PKGBUILD b/PKGBUILD
index 4a8abeb7c5e2..a9e3f209d735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mirko Scholz
pkgname=qwt5-qt5
-_commit=0052f96fdd6d5f021f20a1cfc4d2fcfc605941da
-pkgver=5.2.3.2
+_commit=acd8dbb0c373154c664e23cae7ccd70f7d0f2651
+pkgver=5.2.3.3
pkgrel=1
pkgdesc='Qwt library (version 5.2.3) updated to work with Qt5.'
arch=('x86_64')
@@ -12,7 +12,7 @@ source=(
"qwt5-qt5-${pkgver}.zip::https://github.com/gbm19/qwt5-qt5/archive/${_commit}.zip"
"qwtconfig-archlinux.pri"
)
-sha1sums=('528b8dd247aa314523e8c81314cdd0195fcf51fc'
+sha1sums=('a6ca85b49615d141e58e4ac5df451619e81e190e'
'f78e1dd11f7e5dedf0b62370485688729cb344ad')
prepare() {