summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2024-07-27 10:32:10 -0600
committerMark Wagie2024-07-27 10:32:10 -0600
commit8f429500d3c492270cc2fce508b6989d6b631c94 (patch)
tree2eb2e791cb6e6e81fe4b00342d9c44e7f4f50f66 /PKGBUILD
parenteeca267c7ba5ea184f24e313f3be23d68180ab1b (diff)
downloadaur-8f429500d3c492270cc2fce508b6989d6b631c94.tar.gz
2.1.3 retagged
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD13
1 files changed, 3 insertions, 10 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 52596bb26045..18bdab003376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Mark Wagie <mark dot wagie at proton dot me>
# Contributor: Konsonanz <maximilian.lehmann@protonmail.com>
pkgname=gpgfrontend
-pkgver=2.1.3+3+g71b9ea8
-pkgrel=1
+pkgver=2.1.3
+pkgrel=2
pkgdesc="An exceptional GUI frontend for the modern GnuPG (gpg)"
arch=('x86_64')
url="https://gpgfrontend.bktus.com"
@@ -22,13 +22,11 @@ depends=(
)
makedepends=(
'boost'
- 'chrpath'
'cmake'
'git'
'qt6-tools'
)
-_commit=71b9ea8d3a902d10890ca8d327d8275a0f0f349d # branch/main
-source=("git+https://github.com/saturneric/GpgFrontend#commit=${_commit}"
+source=("git+https://github.com/saturneric/GpgFrontend#tag=v$pkgver"
'git+https://github.com/bricke/Qt-AES.git'
'git+https://github.com/gabime/spdlog.git'
'git+https://github.com/microsoft/mimalloc.git'
@@ -43,11 +41,6 @@ sha256sums=('b1095d1e09482eb1248cad7c092ab2fc8d1960ab414f2239e0d4fad500fd4d0a'
'SKIP'
'SKIP')
-pkgver() {
- cd GpgFrontend
- git describe --tags --abbrev=7 | sed 's/^v//;s/-/+/g'
-}
-
prepare() {
cd GpgFrontend
git submodule init