summaryrefslogtreecommitdiffstats
path: root/arch/PKGBUILD.template
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2023-04-25 02:08:58 +0200
committerSlávek Banko <slavek.banko@axis.cz>2023-04-25 03:20:10 +0200
commit183f62d73b68c294aeea5ec453fb19a7c3caed27 (patch)
tree9e29614ba3f46e6bcd2217127c8d7ceca1ec0ed5 /arch/PKGBUILD.template
parentfefef1b0cb5b95684809e7b3f24e67fbe25ce718 (diff)
downloadtde-packaging-183f62d73b68c294aeea5ec453fb19a7c3caed27.tar.gz
tde-packaging-183f62d73b68c294aeea5ec453fb19a7c3caed27.zip
ArchLinux: Update for final R14.1.0.
Add pkgbuilds for several applications. Add pkgbuilds for dependencies that are not available on archlinuxpower.org. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'arch/PKGBUILD.template')
-rw-r--r--arch/PKGBUILD.template6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/PKGBUILD.template b/arch/PKGBUILD.template
index 581a13ebf..81e37aa86 100644
--- a/arch/PKGBUILD.template
+++ b/arch/PKGBUILD.template
@@ -5,8 +5,8 @@ _mod=tdepowersave
_cat=applications/
_kdemod="${_mod/tde/kde}"
-pkgname="tde-${_mod}"
-pkgver=14.0.13
+pkgname="tde-${_mod/tde-}"
+pkgver=14.1.0
pkgrel=1
pkgdesc="Trinity Desktop Enviroment $_cat$_mod"
arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le')
@@ -32,7 +32,7 @@ source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/
md5sums=()
[ -n "$TDEDIR" ] || TDEDIR=/opt/trinity
-[ -n "$QTDIR" ] || QTDIR=${TDEDIR}/tqt3
+[ -n "$TQTDIR" ] || TQTDIR=${TDEDIR}/tqt3
build() {
msg "Creating out-of-source build directory: ${srcdir}/build"