diff options
Diffstat (limited to 'arch/tde-extra/tde-twin-style-suse2/PKGBUILD')
-rw-r--r-- | arch/tde-extra/tde-twin-style-suse2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/tde-extra/tde-twin-style-suse2/PKGBUILD b/arch/tde-extra/tde-twin-style-suse2/PKGBUILD index 31b76c7b7..e26151193 100644 --- a/arch/tde-extra/tde-twin-style-suse2/PKGBUILD +++ b/arch/tde-extra/tde-twin-style-suse2/PKGBUILD @@ -6,9 +6,9 @@ _cat=applications/themes/ _kdemod="${_mod/tde/kde}" pkgname="tde-${_mod/tde-}" -pkgver=14.1.1 +pkgver=14.1.2 pkgrel=1 -pkgdesc="Window decorations for TDE using user-supplied PNG files" +pkgdesc="TDE window decoration from SUSE 9.3" arch=('i686' 'x86_64' 'aarch64' 'armv7h' 'powerpc64le') url="https://scm.trinitydesktop.org/scm/git/${_mod}" license=('GPL') @@ -27,7 +27,7 @@ options=('staticlibs' 'libtool' '!strip') install= source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/${_cat}${_mod}-trinity-${pkgver}.tar.xz") -md5sums=('6f922209465c76c925ef9d7d2a757e27') +md5sums=('4e351ae757d0257969c1414b439025e0') [ -n "$TDEDIR" ] || TDEDIR=/opt/trinity [ -n "$TQTDIR" ] || TQTDIR=${TDEDIR}/tqt3 |