summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJake Leahy2022-10-28 22:08:40 +1100
committerJake Leahy2022-10-28 22:08:40 +1100
commit0b69a1c8323dbe3043fd5ea065d6a470d462962e (patch)
tree03414dc8a82293c424490bfa9cd3c9473406cdb9
parentea1a8f80585b81366d3a488eaf3b0f9b0e51fc70 (diff)
downloadaur-0b69a1c8323dbe3043fd5ea065d6a470d462962e.tar.gz
Bumped to 0.3.1
Use pkgver variable in source url
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2d4e6bdac824..63f962fc6d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = slint-cpp-bin
pkgdesc = Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications
- pkgver = 0.3.0
+ pkgver = 0.3.1
pkgrel = 2
url = https://slint-ui.com
arch = x86_64
license = GPL3
depends = freetype2
depends = qt5-base
- source = slint-cpp-0.3.0.tar.gz::https://github.com/slint-ui/slint/releases/download/v0.3.0/Slint-cpp-0.3.0-Linux-x86_64.tar.gz
- md5sums = 6b9925a2cf1c0e80d3ce0558e10f50be
+ source = slint-cpp-0.3.1.tar.gz::https://github.com/slint-ui/slint/releases/download/v0.3.1/Slint-cpp-0.3.1-Linux-x86_64.tar.gz
+ md5sums = 64f0ab25922faf1765ecb08c3b2087a0
pkgname = slint-cpp-bin
diff --git a/PKGBUILD b/PKGBUILD
index 21095a480c20..7cf5e9a82860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Jake Leahy <jake (at) leahy (dot) dev
pkgname=slint-cpp-bin
-pkgver=0.3.0
+pkgver=0.3.1
pkgrel=2
pkgdesc="Slint is a toolkit to efficiently develop fluid graphical user interfaces for any display: embedded devices and desktop applications"
arch=("x86_64")
url="https://slint-ui.com"
license=("GPL3")
-source=("slint-cpp-$pkgver.tar.gz::https://github.com/slint-ui/slint/releases/download/v0.3.0/Slint-cpp-0.3.0-Linux-$CARCH.tar.gz")
-md5sums=("6b9925a2cf1c0e80d3ce0558e10f50be")
+source=("slint-cpp-$pkgver.tar.gz::https://github.com/slint-ui/slint/releases/download/v$pkgver/Slint-cpp-$pkgver-Linux-$CARCH.tar.gz")
+md5sums=("64f0ab25922faf1765ecb08c3b2087a0")
depends=("freetype2" "qt5-base")
package() {