summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXiretza2023-05-18 10:01:54 +0000
committerXiretza2023-05-18 10:01:54 +0000
commit9990c84109a9fa24d5825b1d5407898f8fe10f6d (patch)
tree6eea18fdf0b03d713f8b5c268348ea0926869e6c
parent64a0ccb75456dc32a5a18aa19bfd803cc121c1bd (diff)
downloadaur-9990c84109a9fa24d5825b1d5407898f8fe10f6d.tar.gz
remove tag deletion workaround
-rw-r--r--PKGBUILD5
1 files changed, 0 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7a4bc622140..d44d34f867c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,11 +20,6 @@ makedepends=('rust' 'git' 'meson' 'clang')
source=("git+https://gitlab.gnome.org/GNOME/fractal.git")
md5sums=('SKIP')
-prepare() {
- cd "$_gitname"
- git tag -d 4.4.2-beta1 # upstream made a mistake and tagged this on main
-}
-
pkgver() {
cd "$_gitname"
git describe --long 2>/dev/null | sed 's/\([^-]*-g\)/r\1/;s/-/./g'