[arch-commits] Commit in tepl/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Oct 15 19:00:47 UTC 2017


    Date: Sunday, October 15, 2017 @ 19:00:46
  Author: bgyorgy
Revision: 262982

upgpkg: tepl 3.0.0-1

Update to new version

Modified:
  tepl/trunk/PKGBUILD

----------+
 PKGBUILD |   14 +++++---------
 1 file changed, 5 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-15 18:50:44 UTC (rev 262981)
+++ PKGBUILD	2017-10-15 19:00:46 UTC (rev 262982)
@@ -3,8 +3,7 @@
 # Contributor: Tobias Bohrmann (PlainTextField) <honeypot.carbage at aechelon.de>
 
 pkgname=tepl
-_oldname=gtef
-pkgver=2.0.1
+pkgver=3.0.0
 pkgrel=1
 pkgdesc="Library that eases the development of GtkSourceView-based text editors and IDEs"
 arch=('x86_64' 'i686')
@@ -12,14 +11,11 @@
 license=('LGPL2.1')
 depends=('gtksourceview3' 'uchardet')
 makedepends=('gobject-introspection' 'vala')
-provides=("$_oldname=$pkgver")
-conflicts=("$_oldname")
-replaces=("$_oldname")
-source=("https://download.gnome.org/sources/$_oldname/${pkgver%.*}/$_oldname-$pkgver.tar.xz")
-sha256sums=('8432f0f404b93e5a2702978b5f121b8f9ae2167c906e9f2ed7b5165142e27a4f')
+source=("https://download.gnome.org/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+sha256sums=('9eb6fceb0b521de7bf684508138a5b8428d9f575c395ba54f9e31597980fd0ef')
 
 build() {
-	cd $_oldname-$pkgver
+	cd $pkgname-$pkgver
 	./configure --prefix=/usr
 	sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
 	make
@@ -26,6 +22,6 @@
 }
 
 package() {
-	cd $_oldname-$pkgver
+	cd $pkgname-$pkgver
 	make DESTDIR="$pkgdir" install
 }



More information about the arch-commits mailing list