diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2024-10-18 04:08:19 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2024-10-24 09:25:33 +0200 |
commit | 3e47a130fedff6c3ecdcf7820816d1982bc8ad02 (patch) | |
tree | 224c4d03a6afa58d8e2c25c1fbeb86a6cfa4f457 /arch/tde-core/tde-libart-lgpl/PKGBUILD | |
parent | 7ac1265088113bee95ae869cc8c94d4646d98ea2 (diff) | |
download | tde-packaging-3e47a130fedff6c3ecdcf7820816d1982bc8ad02.tar.gz tde-packaging-3e47a130fedff6c3ecdcf7820816d1982bc8ad02.zip |
ArchLinux: Update for final R14.1.3.r14.1.3
Add pkgbuilds for several applications.
Add pkgbuild for libvisual dependency.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 88660b1b05e92c192c13144e4536d541af0e44fa)
Diffstat (limited to 'arch/tde-core/tde-libart-lgpl/PKGBUILD')
-rw-r--r-- | arch/tde-core/tde-libart-lgpl/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/tde-core/tde-libart-lgpl/PKGBUILD b/arch/tde-core/tde-libart-lgpl/PKGBUILD index 31fd71277..c46b6561e 100644 --- a/arch/tde-core/tde-libart-lgpl/PKGBUILD +++ b/arch/tde-core/tde-libart-lgpl/PKGBUILD @@ -6,7 +6,7 @@ _cat=dependencies/ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod}" -pkgver=14.1.2 +pkgver=14.1.3 pkgrel=1 pkgdesc="Trinity Desktop LGPL'd Component" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') @@ -22,7 +22,7 @@ replaces=() options=('staticlibs' 'libtool' '!strip') install= source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/${_cat}${_mod}-trinity-${pkgver}.tar.xz") -md5sums=('2ace8f64ad3a6d4f7824da499c368e84') +md5sums=('7043ef43679a9cc2db57d5dbe3e94154') [ -n "$TDEDIR" ] || TDEDIR=/opt/trinity |