Date: Thursday, February 6, 2020 @ 10:39:22 Author: arojas Revision: 563605
Remove unused python2-only module Modified: tdlib/trunk/PKGBUILD ----------+ PKGBUILD | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-02-06 10:34:15 UTC (rev 563604) +++ PKGBUILD 2020-02-06 10:39:22 UTC (rev 563605) @@ -2,26 +2,19 @@ pkgname=tdlib pkgver=0.5.0 -pkgrel=3 +pkgrel=4 pkgdesc="Algorithms for computing tree decompositions of graphs" -arch=(x86_64) +arch=(any) url="https://github.com/freetdi/tdlib/" license=(GPL2) depends=() -makedepends=(cython2 boost) -optdepends=('python2: for the python module') +makedepends=(boost) source=("https://sources.archlinux.org/other/community/$pkgname/$pkgname-$pkgver.tar.gz") sha256sums=('4cddaf2397f3ff291b0aa93b6c529edeae6af8d7337e5c9f28758042950b6264') -prepare() { - cd $pkgname-$pkgver - sed -e 's/cython\b/cython2/g' -i configure.ac - autoreconf -vi -} - build() { cd $pkgname-$pkgver - ./configure --prefix=/usr --with-python + ./configure --prefix=/usr } package() {
