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

Brett Cornwall ainola at archlinux.org
Wed Apr 3 04:10:45 UTC 2019


    Date: Wednesday, April 3, 2019 @ 04:10:45
  Author: ainola
Revision: 448259

upgpkg: opendbx 1.4.6-10

cleanups

Modified:
  opendbx/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-04-03 03:20:20 UTC (rev 448258)
+++ PKGBUILD	2019-04-03 04:10:45 UTC (rev 448259)
@@ -5,10 +5,10 @@
 
 pkgname=opendbx
 pkgver=1.4.6
-pkgrel=9
+pkgrel=10
 pkgdesc="Extremely lightweight but extensible database access library written in C."
 arch=('x86_64')
-url="http://www.linuxnetworks.de/doc/index.php/OpenDBX"
+url="https://www.linuxnetworks.de/doc/index.php/OpenDBX"
 license=('LGPL')
 depends=('libfbclient' 'mariadb-libs' 'postgresql-libs' 'sqlite' 'freetds')
 source=(https://linuxnetworks.de/opendbx/download/${pkgname}-${pkgver}.tar.gz
@@ -17,24 +17,24 @@
             '786f9622791de113bfe1ee9fc2fdc42ea4a58d31a006db1dc91ffd7fb8b6deeb')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   patch -up1 <"$srcdir/opendbx.patch"
 }
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   CPPFLAGS=${CPPFLAGS}" -I/usr/include/mysql"\
   ./configure --with-backends="firebird mysql mssql odbc pgsql sqlite3 sqlite3 sybase" \
               --prefix=/usr
-  make all -j1
+  make all
 }
 check() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
   make check
 }
 
 package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${pkgname}-${pkgver}"
   make DESTDIR="${pkgdir}/" install
 }
 



More information about the arch-commits mailing list