diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 02:53:14 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-05 04:04:41 +0100 |
commit | fb799db242f7f228825083995f167760b7683393 (patch) | |
tree | a90c8011d9ecdf3fdff7c733bab2381335bd1842 /community/tepl | |
parent | 7cebf230d168a5d9d2b48a4c5eb839f44e3637ed (diff) | |
download | aports-fb799db242f7f228825083995f167760b7683393.tar.bz2 aports-fb799db242f7f228825083995f167760b7683393.tar.xz |
community/tepl: upgrade to 4.3.1
Diffstat (limited to 'community/tepl')
-rw-r--r-- | community/tepl/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/tepl/APKBUILD b/community/tepl/APKBUILD index c38392ab15..59d2cf308d 100644 --- a/community/tepl/APKBUILD +++ b/community/tepl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Rasmus Thomsen <oss@cogitri.dev> # Maintainer: Rasmus Thomsen <oss@cogitri.dev> pkgname=tepl -pkgver=4.2.1 +pkgver=4.3.1 pkgrel=0 pkgdesc="Text editor product line" url="https://wiki.gnome.org/Projects/Tepl" @@ -9,7 +9,7 @@ arch="all !s390x" # Limited by gtksourceview4 license="GPL-3.0-or-later" makedepends="amtk-dev glib-dev gtksourceview4-dev gtk+3.0-dev libxml2-dev uchardet-dev vala gobject-introspection-dev" -subpackages="$pkgname-dev $pkgname-doc" +subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" options="!check" # needs DISPLAY source="https://download.gnome.org/sources/tepl/${pkgver%.*}/tepl-$pkgver.tar.xz" @@ -32,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="c1b848cf1d336efdc2971e16060baf721e9019e6e6827bd755235c9dd37ae47803343e51888d9dd5817b6127bb1ba05a19d4a1be0caab9d2de125bc0cd8175a7 tepl-4.2.1.tar.xz" +sha512sums="1c84fd3d55f8763728e4b8f57831e53c9e8946ff16c3d275d1a29d435602283827a791fe087e4e1ac5221f8173fb47f05f6f7a2944cce39e2ce54a5b2d26f5eb tepl-4.3.1.tar.xz" |