summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDan Johansen2023-12-04 22:30:07 +0100
committerDan Johansen2023-12-04 22:30:07 +0100
commit5ea5b93df979f369592a30d115a8cb3831198393 (patch)
treef3f9d888b41e600ac6b1e7b8730144a41f67a04b /PKGBUILD
parentbeb49210e39d49cb0d2acced057623ca0cd45958 (diff)
downloadaur-dfl-utils.tar.gz
updated to 0.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5da4521e053c..4b76315bfe26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
-# Maintainer: Dan Johansen <strit@manjaro.org>
+# Maintainer: Dan Johansen <strit@strits.dk>
_pkgname=utils
pkgbase=dfl-utils
pkgname=('dfl-utils' 'dfl-utils-qt6')
-pkgver=0.1.1
+pkgver=0.2.0
pkgrel=1
pkgdesc="Some utilities for DFL"
arch=('x86_64' 'aarch64')
@@ -11,7 +11,7 @@ url="https://gitlab.com/desktop-frameworks/$_pkgname"
license=('GPL3')
makedepends=('meson' 'ninja' 'qt5-base' 'qt6-base')
source=("$url/-/archive/v${pkgver}/${_pkgname}-v${pkgver}.tar.gz")
-md5sums=('0a19caf4daa79bb6fe4177f116e9122d')
+md5sums=('72851a9dc222e63621a87b1551b77367')
build() {
cd "${_pkgname}-v${pkgver}"