summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhillip Smith2018-05-17 12:11:44 +1000
committerPhillip Smith2018-05-17 12:11:44 +1000
commit0e43419595701d5731ebc1721a03fd839df67f9f (patch)
treef23cad8249b5d61cf819c6a309307249be0e1c7b
parent9aa0cfab6316b5d7761feab650d1ef85aa626460 (diff)
downloadaur-0e43419595701d5731ebc1721a03fd839df67f9f.tar.gz
upgpkg: pgdbf 0.6.2-1
upstream release update description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b1304cb0542c..c22bedca745f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,7 @@
+# Generated by mksrcinfo v8
+# Thu May 17 02:11:44 UTC 2018
pkgbase = pgdbf
- 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
pkgver = 0.6.2
pkgrel = 1
url = https://github.com/kstrauser/pgdbf
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
}