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

Andreas Radke andyrtr at gemini.archlinux.org
Sat Jul 2 11:06:59 UTC 2022


    Date: Saturday, July 2, 2022 @ 11:06:58
  Author: andyrtr
Revision: 449765

archrelease: copy trunk to extra-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-02 11:06:45 UTC (rev 449764)
+++ PKGBUILD	2022-07-02 11:06:58 UTC (rev 449765)
@@ -1,31 +0,0 @@
-# Maintainer: AndyRTR <andyrtr at archlinux.org>
-
-pkgname=liblangtag
-pkgver=0.6.3
-pkgrel=3
-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
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  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 449764, liblangtag/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-07-02 11:06:58 UTC (rev 449765)
@@ -0,0 +1,31 @@
+# Maintainer: AndyRTR <andyrtr at archlinux.org>
+
+pkgname=liblangtag
+pkgver=0.6.4
+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=('5701062c17d3e73ddaa49956cbfa5d47d2f8221988dec561c0af2118c1c8a564')
+
+build() {
+  cd "$pkgname-$pkgver"
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  make -k check
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+}



More information about the arch-commits mailing list