Date: Sunday, March 8, 2020 @ 07:05:21 Author: heftig Revision: 591457
4.4.0-1 Modified: tepl/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-03-08 07:00:03 UTC (rev 591456) +++ PKGBUILD 2020-03-08 07:05:21 UTC (rev 591457) @@ -2,7 +2,7 @@ # Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carb...@aechelon.de> pkgname=tepl -pkgver=4.2.1 +pkgver=4.4.0 pkgrel=1 pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs" arch=(x86_64) @@ -10,8 +10,9 @@ license=(LGPL2.1) depends=(amtk gtksourceview4 uchardet) makedepends=(gobject-introspection gtk-doc vala) +provides=(libtepl-${pkgver%%.*}.so) source=("https://download.gnome.org/sources/tepl/${pkgver%.*}/$pkgname-$pkgver.tar.xz") -sha256sums=('f31ce335fa69061e5ab8653842c5d9c763641abbe323cc2374c273fc240d2b6e') +sha256sums=('e6f6673a8a27e8f280725db8fbacec79b20676ae0558755239d15a9808faa256') build() { cd $pkgname-$pkgver