[arch-commits] Commit in librttopo/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Sun Apr 18 19:23:52 UTC 2021


    Date: Sunday, April 18, 2021 @ 19:23:51
  Author: bgyorgy
Revision: 919943

upgpkg: librttopo 1.1.0-3: Remove unused proj dependency

Modified:
  librttopo/trunk/PKGBUILD

----------+
 PKGBUILD |   12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-18 19:20:58 UTC (rev 919942)
+++ PKGBUILD	2021-04-18 19:23:51 UTC (rev 919943)
@@ -3,26 +3,24 @@
 
 pkgname=librttopo
 pkgver=1.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="RT Topology Library"
 arch=('x86_64')
 url="https://git.osgeo.org/gitea/rttopo/librttopo"
 license=('GPL2')
-depends=('geos' 'proj')
-makedepends=('cmake')
+depends=('geos')
 source=(https://git.osgeo.org/gitea/rttopo/$pkgname/archive/$pkgname-$pkgver.tar.gz)
 sha256sums=('2e2fcabb48193a712a6c76ac9a9be2a53f82e32f91a2bc834d9f1b4fa9cd879f')
 
-check() {
+prepare() {
   cd "${srcdir}"/$pkgname
-
-  make check
+  
+  ./autogen.sh
 }
 
 build() {
   cd "${srcdir}"/$pkgname
   
-  ./autogen.sh
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list