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

Gaëtan Bisson bisson at archlinux.org
Tue Dec 19 09:20:08 UTC 2017


    Date: Tuesday, December 19, 2017 @ 09:20:07
  Author: bisson
Revision: 313347

archrelease: copy trunk to extra-x86_64

Added:
  libunicodenames/repos/extra-x86_64/PKGBUILD
    (from rev 313346, libunicodenames/trunk/PKGBUILD)
Deleted:
  libunicodenames/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-19 09:19:09 UTC (rev 313346)
+++ PKGBUILD	2017-12-19 09:20:07 UTC (rev 313347)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Gaetan Bisson <bisson at archlinux.org>
-# Contributor: Bastien Dejean <baskerville at lavabit.com>
-
-pkgname=libunicodenames
-pkgver=1.2.0
-pkgrel=1
-pkgdesc='Library for retrieving Unicode annotation data'
-url='https://bitbucket.org/sortsmill/libunicodenames'
-arch=('i686' 'x86_64')
-license=('GPL3')
-makedepends=('wget')
-source=("http://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz")
-sha1sums=('fad3091a46094aa3c1e646f54c3ae8da9a501af8')
-
-build() {
-	cd ${pkgname}-${pkgver}
-	./configure --prefix=/usr --libexecdir=/usr/lib
-	make PREFIX=/usr
-}
-
-package() {
-	cd ${pkgname}-${pkgver}
-	make PREFIX=/usr DESTDIR="${pkgdir}" install
-}

Copied: libunicodenames/repos/extra-x86_64/PKGBUILD (from rev 313346, libunicodenames/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-19 09:20:07 UTC (rev 313347)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Gaetan Bisson <bisson at archlinux.org>
+# Contributor: Bastien Dejean <baskerville at lavabit.com>
+
+pkgname=libunicodenames
+pkgver=1.2.2
+pkgrel=1
+pkgdesc='Library for retrieving Unicode annotation data'
+url='https://sourceforge.net/projects/sortsmill/files/libunicodenames/'
+license=('GPL3')
+arch=('x86_64')
+makedepends=('wget')
+source=("https://downloads.sourceforge.net/project/sortsmill/${pkgname}/${pkgname}-${pkgver}.tar.xz")
+sha256sums=('1ae6002f89a15d6f7299f900eb6d3f5aecbe3661695b147f4b94a9639007f01c')
+
+build() {
+	cd ${pkgname}-${pkgver}
+	./configure --prefix=/usr --libexecdir=/usr/lib
+	make PREFIX=/usr
+}
+
+package() {
+	cd ${pkgname}-${pkgver}
+	make PREFIX=/usr DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list