diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2023-10-27 02:40:08 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2023-10-27 15:02:39 +0200 |
commit | 9f8441ef267c9ebe0ad1c41aae089a5f2e0c9783 (patch) | |
tree | 9e95141ff3714803fdaef7acbe54ddc2d8d038c3 /arch/tde-extra/tde-basket/PKGBUILD | |
parent | 7b3048f7ec62f92fb25af64ecfcfb0426261ca13 (diff) | |
download | tde-packaging-9f8441ef267c9ebe0ad1c41aae089a5f2e0c9783.tar.gz tde-packaging-9f8441ef267c9ebe0ad1c41aae089a5f2e0c9783.zip |
ArchLinux: Update for final R14.1.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7b8802144fc2958d82304d74f3f6b89779aceb3f)
Diffstat (limited to 'arch/tde-extra/tde-basket/PKGBUILD')
-rw-r--r-- | arch/tde-extra/tde-basket/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/tde-extra/tde-basket/PKGBUILD b/arch/tde-extra/tde-basket/PKGBUILD index 2d83224c8..0a2ba3d71 100644 --- a/arch/tde-extra/tde-basket/PKGBUILD +++ b/arch/tde-extra/tde-basket/PKGBUILD @@ -6,7 +6,7 @@ _cat=applications/office/ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod}" -pkgver=14.1.0 +pkgver=14.1.1 pkgrel=1 pkgdesc="A multi-purpose note-taking application for KDE" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') @@ -28,7 +28,7 @@ options=('staticlibs' 'libtool' '!strip') install= source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/${_cat}${_mod}-trinity-${pkgver}.tar.xz") -md5sums=('e3871f101ee4b39710c6d67ceee01975') +md5sums=('f49aa3fd3de211e6c80320d164d1e11b') [ -n "$TDEDIR" ] || TDEDIR=/opt/trinity [ -n "$TQTDIR" ] || TQTDIR=${TDEDIR}/tqt3 |