diff options
Diffstat (limited to 'arch/tde-extra/tde-tdetoys')
-rw-r--r-- | arch/tde-extra/tde-tdetoys/PKGBUILD | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/tde-extra/tde-tdetoys/PKGBUILD b/arch/tde-extra/tde-tdetoys/PKGBUILD index 2689a473c..bd4a3f0ab 100644 --- a/arch/tde-extra/tde-tdetoys/PKGBUILD +++ b/arch/tde-extra/tde-tdetoys/PKGBUILD @@ -1,10 +1,10 @@ # Contributor: e1z0 <justinas at eofnet dot lt> pkgname=tde-tdetoys -pkgver=14.0.5 +pkgver=14.0.10 pkgrel=1 arch=('i686' 'x86_64') -url='http://scm.trinitydesktop.org/scm/git/tdetoys' +url='https://scm.trinitydesktop.org/scm/git/tdetoys' license=('GPL') groups=('tde-extra') pkgdesc="Trinity Desktop Toys" @@ -14,10 +14,12 @@ provides=('tdetoys') conflicts=('trinity-tdetoys' 'trinity-kdetoys') replaces=('trinity-tdetoys') options=('staticlibs' 'libtool' '!strip') -source=("http://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/tdetoys-R${pkgver}.tar.bz2") -md5sums=('bc2324f104aa0c9db1caf2e8419b76fb') +source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/core/tdetoys-trinity-${pkgver}.tar.xz") +md5sums=('f91d22efed453b5053e2110782d85d93') # install='' +[ -n "$TDEDIR" ] || TDEDIR=/opt/trinity + build() { cd $srcdir msg "Creating out-of-source build directory: ${srcdir}/build" @@ -25,11 +27,9 @@ build() { cd build msg "Starting cmake..." - cmake ${srcdir}/${pkgname#*-} \ + cmake ${srcdir}/${pkgname#*-}-trinity-${pkgver} \ -DCMAKE_VERBOSE_MAKEFILE=ON \ -DCMAKE_INSTALL_PREFIX=$TDEDIR \ - -DWITH_SPEEX=ON \ - -DWITH_ARTS=ON \ -DBUILD_ALL=ON msg "Building - ${pkgname#*-}..." |