[arch-commits] Commit in tdlib/repos/community-any (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Wed Dec 20 22:16:12 UTC 2017


    Date: Wednesday, December 20, 2017 @ 22:16:11
  Author: arojas
Revision: 275090

archrelease: copy trunk to community-any

Added:
  tdlib/repos/community-any/PKGBUILD
    (from rev 275089, tdlib/trunk/PKGBUILD)
Deleted:
  tdlib/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 1 file changed, 23 insertions(+), 23 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-20 22:15:46 UTC (rev 275089)
+++ PKGBUILD	2017-12-20 22:16:11 UTC (rev 275090)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-
-pkgname=tdlib
-pkgver=0.5.0
-pkgrel=1
-pkgdesc="Algorithms for computing tree decompositions of graphs"
-arch=(any)
-url="http://www.tdi.informatik.uni-frankfurt.de/~lukas/tdlib.html"
-license=(GPL2)
-depends=()
-source=("http://www.tdi.informatik.uni-frankfurt.de/~lukas/data/$pkgname-$pkgver.tar.gz")
-md5sums=('771fd79bd3d98959820a87285a34d9b6')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make install DESTDIR="$pkgdir"
-}

Copied: tdlib/repos/community-any/PKGBUILD (from rev 275089, tdlib/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2017-12-20 22:16:11 UTC (rev 275090)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=tdlib
+pkgver=0.5.0
+pkgrel=2
+pkgdesc="Algorithms for computing tree decompositions of graphs"
+arch=(any)
+url="http://www.tdi.informatik.uni-frankfurt.de/~lukas/tdlib.html"
+license=(GPL2)
+depends=()
+source=("https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('4cddaf2397f3ff291b0aa93b6c529edeae6af8d7337e5c9f28758042950b6264')
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr
+}
+
+package() {
+  cd $pkgname-$pkgver
+  make install DESTDIR="$pkgdir"
+}



More information about the arch-commits mailing list