diff options
author | Jake Leahy | 2022-10-28 22:08:40 +1100 |
---|---|---|
committer | Jake Leahy | 2022-10-28 22:08:40 +1100 |
commit | 0b69a1c8323dbe3043fd5ea065d6a470d462962e (patch) | |
tree | 03414dc8a82293c424490bfa9cd3c9473406cdb9 | |
parent | ea1a8f80585b81366d3a488eaf3b0f9b0e51fc70 (diff) | |
download | aur-0b69a1c8323dbe3043fd5ea065d6a470d462962e.tar.gz |
Bumped to 0.3.1
Use pkgver variable in source url
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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() { |