summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEnmanuel2023-06-19 22:04:27 +0000
committerEnmanuel2023-06-19 22:04:27 +0000
commitce09f66d2b79064b750185c9a2ea12ed8f303aec (patch)
treeee09a874583740ae770dd1f94178a43c928c7ff9 /PKGBUILD
parentf0509de8f2bf3efe6b777f1da6e8590c64add91c (diff)
downloadaur-ce09f66d2b79064b750185c9a2ea12ed8f303aec.tar.gz
Updating to version 0.3.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 68c95bc29632..e117aeb1bfaf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Enmanuel Moreira <enmanuelmoreira@gmail.com>
pkgname=lima-gui
-pkgver=0.2.2
+pkgver=0.3.0
pkgrel=2
pkgdesc="Making a GUI for lima VM."
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('lima' 'qt5-base')
makedepends=('qt5-tools')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/afbjorklund/lima-gui/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('f6115c0743bca9c1fc0f8c763e4f96412e227576e118f61de725c75b22b13eb7')
+sha256sums=('248f5cdee05e6aa71eb660f1a40a04a2e6e76cb84d053d07b2a611b4765ca2eb')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"