[arch-commits] Commit in libbraiding/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Sat Sep 12 20:14:53 UTC 2020


    Date: Saturday, September 12, 2020 @ 20:14:53
  Author: arojas
Revision: 704737

archrelease: copy trunk to community-x86_64

Added:
  libbraiding/repos/community-x86_64/PKGBUILD
    (from rev 704736, libbraiding/trunk/PKGBUILD)
Deleted:
  libbraiding/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 20:14:44 UTC (rev 704736)
+++ PKGBUILD	2020-09-12 20:14:53 UTC (rev 704737)
@@ -1,25 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=libbraiding
-pkgver=1.0
-pkgrel=4
-pkgdesc="Library to compute several properties of braids, including centralizer and conjugacy check"
-arch=(x86_64)
-url="https://github.com/miguelmarco/libbraiding"
-license=(GPL3)
-depends=(gcc-libs)
-source=("https://mirrors.mit.edu/sage/spkg/upstream/libbraiding/$pkgname-$pkgver.tar.gz")
-md5sums=('969f2f1f412c60e8ff1ea107f00a25b1')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-}
-

Copied: libbraiding/repos/community-x86_64/PKGBUILD (from rev 704736, libbraiding/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-12 20:14:53 UTC (rev 704737)
@@ -0,0 +1,25 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=libbraiding
+pkgver=1.1
+pkgrel=1
+pkgdesc="Library to compute several properties of braids, including centralizer and conjugacy check"
+arch=(x86_64)
+url="https://github.com/miguelmarco/libbraiding"
+license=(GPL3)
+depends=(gcc-libs)
+source=("https://github.com/miguelmarco/libbraiding/releases/download/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('f436998c8639b4ae6073a4d16a024f7278abbd305961c901347accd6b70c4a53')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+  sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+}
+



More information about the arch-commits mailing list