summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorShootingStarDragons2023-04-21 10:34:34 +0800
committerShootingStarDragons2023-04-21 10:34:34 +0800
commit80643cd2942c90d261498ddc8d63d5e1f6ba2615 (patch)
treeed068f135a97443d64fc8831a616fc4e486672f6 /PKGBUILD
parent8a218a11c9c2175c6eae2cdc8b23e6c82e92fe25 (diff)
downloadaur-80643cd2942c90d261498ddc8d63d5e1f6ba2615.tar.gz
chore: bump version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8f6bc0631e9c..161f5932eb46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=utena-launcher
_pkgname=launchre
-pkgver=0.3.7
+pkgver=0.3.8
pkgrel=1.0
pkgdesc='launcher make by slint, hope I will get my revolution'
arch=('x86_64' 'aarch64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('qt5-base')
makedepends=('git' 'ninja' 'meson' 'rust')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/Decodetalkers/launchre/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('e5205e61b765b78d32817355321454576bf8a050d6110bbd592e875defa9e19a')
+sha256sums=('540dac4289ff456d980aba35e6c133a1d2a32c7da7bf9a76e64f8252655e7887')
build() {
cd ${_pkgname}-$pkgver