[arch-commits] Commit in tdlib/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Dec 20 22:15:46 UTC 2017
Date: Wednesday, December 20, 2017 @ 22:15:46
Author: arojas
Revision: 275089
Host sources in al.org, rebuild
Modified:
tdlib/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-12-20 22:15:22 UTC (rev 275088)
+++ PKGBUILD 2017-12-20 22:15:46 UTC (rev 275089)
@@ -3,14 +3,14 @@
pkgname=tdlib
pkgver=0.5.0
-pkgrel=1
+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=("http://www.tdi.informatik.uni-frankfurt.de/~lukas/data/$pkgname-$pkgver.tar.gz")
-md5sums=('771fd79bd3d98959820a87285a34d9b6')
+source=("https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz")
+sha256sums=('4cddaf2397f3ff291b0aa93b6c529edeae6af8d7337e5c9f28758042950b6264')
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list