[arch-commits] Commit in liblangtag/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Sun Sep 29 12:35:42 UTC 2019


    Date: Sunday, September 29, 2019 @ 12:35:42
  Author: andyrtr
Revision: 363532

archrelease: copy trunk to extra-x86_64

Added:
  liblangtag/repos/extra-x86_64/PKGBUILD
    (from rev 363531, liblangtag/trunk/PKGBUILD)
Deleted:
  liblangtag/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-29 12:35:36 UTC (rev 363531)
+++ PKGBUILD	2019-09-29 12:35:42 UTC (rev 363532)
@@ -1,31 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=liblangtag
-pkgver=0.6.2
-pkgrel=2
-pkgdesc="interface library to access/deal with tags for identifying languages"
-arch=('x86_64')
-url="https://bitbucket.org/tagoh/liblangtag/overview"
-license=('LGPL3' 'MPL') # actually MPL2.0
-depends=('libxml2' 'glib2')
-makedepends=('gobject-introspection')
-optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
-source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
-md5sums=('284f120247323a35122ab32b4b359c45')
-
-
-build() {
-	cd "$pkgname-$pkgver"
-	./configure --prefix=/usr
-	make
-}
-
-check() {
-	cd "$pkgname-$pkgver"
-	make -k check
-}
-
-package() {
-	cd "$pkgname-$pkgver"
-	make DESTDIR="$pkgdir/" install
-}

Copied: liblangtag/repos/extra-x86_64/PKGBUILD (from rev 363531, liblangtag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-09-29 12:35:42 UTC (rev 363532)
@@ -0,0 +1,30 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=liblangtag
+pkgver=0.6.3
+pkgrel=1
+pkgdesc="interface library to access/deal with tags for identifying languages"
+arch=('x86_64')
+url="https://bitbucket.org/tagoh/liblangtag/wiki/Home"
+license=('LGPL3' 'MPL') # actually MPL2.0
+depends=('libxml2' 'glib2')
+makedepends=('gobject-introspection')
+optdepends=('gobject-introspection-runtime: use with liblangtag-gobject')
+source=(https://bitbucket.org/tagoh/liblangtag/downloads/$pkgname-$pkgver.tar.bz2)
+sha256sums=('1f12a20a02ec3a8d22e54dedb8b683a43c9c160bda1ba337bf1060607ae733bd')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list