summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhillip Smith2018-05-17 12:11:44 +1000
committerPhillip Smith2018-05-17 12:11:44 +1000
commit0e43419595701d5731ebc1721a03fd839df67f9f (patch)
treef23cad8249b5d61cf819c6a309307249be0e1c7b /PKGBUILD
parent9aa0cfab6316b5d7761feab650d1ef85aa626460 (diff)
downloadaur-0e43419595701d5731ebc1721a03fd839df67f9f.tar.gz
upgpkg: pgdbf 0.6.2-1
upstream release update description
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d00bad67b2d..93d3d10f8b8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@
pkgname=pgdbf
pkgver=0.6.2
pkgrel=1
-pkgdesc="Convert XBase databases - particularly FoxPro tables with memo files - into a format that PostgreSQL can directly import"
+pkgdesc="Convert XBase databases (particularly FoxPro tables) into a format that PostgreSQL can directly import"
arch=('i686' 'x86_64')
license=('GPLv3')
url="https://github.com/kstrauser/pgdbf"
@@ -30,7 +30,7 @@ build() {
./configure \
--prefix=/usr \
--enable-installdocs
-
+
# build
make
}