diff options
Diffstat (limited to 'arch/tde-extra/tde-basket/PKGBUILD')
-rw-r--r-- | arch/tde-extra/tde-basket/PKGBUILD | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/arch/tde-extra/tde-basket/PKGBUILD b/arch/tde-extra/tde-basket/PKGBUILD index b36019020..7458edf16 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.0.11 +pkgver=14.0.12 pkgrel=1 pkgdesc="A multi-purpose note-taking application for KDE" arch=('i686' 'x86_64') @@ -27,19 +27,12 @@ replaces=("trinity-${_mod}") options=('staticlibs' 'libtool' '!strip') install= -source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/${_cat}${_mod}-trinity-${pkgver}.tar.xz" - 'bp000-fix-crash-on-export-basket-archive.diff') -md5sums=('1b078e8c8d67c2ce110080fa687bd5cb' - '402c273bb65646cf377ff9d1be762f07') +source=("https://mirror.ppa.trinitydesktop.org/trinity/releases/R${pkgver}/main/${_cat}${_mod}-trinity-${pkgver}.tar.xz") +md5sums=('7253c7c8c886fce5a882496824955fd3') [ -n "$TDEDIR" ] || TDEDIR=/opt/trinity [ -n "$QTDIR" ] || QTDIR=${TDEDIR}/tqt3 -prepare() { - cd ${srcdir}/${_mod}-trinity-${pkgver} - patch -p1 <${srcdir}/bp000-fix-crash-on-export-basket-archive.diff -} - build() { msg "Creating out-of-source build directory: ${srcdir}/build" mkdir -p "$srcdir/build" |