From f9b408a1d246defe349e8fbe44db877fc4080565 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Tue, 19 Aug 2025 19:27:07 -0400 Subject: [PATCH] Preparing for tagged release. --- distro-packages/Arch-Linux/PKGBUILD | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/distro-packages/Arch-Linux/PKGBUILD b/distro-packages/Arch-Linux/PKGBUILD index 1186f51..ea07c33 100644 --- a/distro-packages/Arch-Linux/PKGBUILD +++ b/distro-packages/Arch-Linux/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Storm Dragon pkgname=cthulhu -pkgver=2025.08.14 +pkgver=2025.06.06 pkgrel=1 pkgdesc="Desktop-agnostic screen reader with plugin system, forked from Orca" url="https://git.stormux.org/storm/cthulhu" @@ -70,11 +70,6 @@ makedepends=( source=("git+https://git.stormux.org/storm/cthulhu.git") b2sums=('SKIP') -prepare() { - cd cthulhu - git checkout testing -} - pkgver() { cd cthulhu grep "^version = " src/cthulhu/cthulhuVersion.py | sed 's/version = "\(.*\)"/\1/'