diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 10:31:29 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-11-22 10:46:45 +0100 |
commit | fc8d87aabc17ab48067ac30db629478582e0de62 (patch) | |
tree | 7ad5f66b1096c868c4e45f4529d781654eea3a8d | |
parent | 1fb326345fb574cf8a2c36e91002294cf0e2d4dd (diff) | |
download | aports-fc8d87aabc17ab48067ac30db629478582e0de62.tar.bz2 aports-fc8d87aabc17ab48067ac30db629478582e0de62.tar.xz |
community/tepl: upgrade to 4.2.1
-rw-r--r-- | community/tepl/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/community/tepl/APKBUILD b/community/tepl/APKBUILD index ab26a040e9..7b4e649710 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.0 +pkgver=4.2.1 pkgrel=0 pkgdesc="Text editor product line" url="https://wiki.gnome.org/Projects/Tepl" @@ -11,8 +11,7 @@ makedepends="amtk-dev glib-dev gtksourceview4-dev gtk+3.0-dev libxml2-dev uchardet-dev vala gobject-introspection-dev" subpackages="$pkgname-dev $pkgname-doc" options="!check" # needs DISPLAY -source="https://download.gnome.org/sources/tepl/${pkgver%.*}/tepl-${pkgver}.tar.xz" -builddir="$srcdir/tepl-$pkgver" +source="https://download.gnome.org/sources/tepl/${pkgver%.*}/tepl-$pkgver.tar.xz" build() { ./configure \ @@ -33,4 +32,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="32f69c6f0942a82e6b7f94eba776d55dce2af1c8e4c7abadf6af38a0a5abb0a94f0c426d5ec727b8eb478406ba113728b771597c2c84e508b8ccb113a74eab3d tepl-4.2.0.tar.xz" +sha512sums="c1b848cf1d336efdc2971e16060baf721e9019e6e6827bd755235c9dd37ae47803343e51888d9dd5817b6127bb1ba05a19d4a1be0caab9d2de125bc0cd8175a7 tepl-4.2.1.tar.xz" |