summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVojtech Horky2016-05-03 09:25:12 +0200
committerVojtech Horky2016-05-03 09:25:12 +0200
commit34bc0483987c106771570b06fcb8988b8fcd84ba (patch)
treed527994515e40bc2020c303c8443fa6cf78d7048
parent6426243c09a35cb06d546073fb5a81fe22667561 (diff)
downloadaur-csvfix.tar.gz
upgpkg: csvfix 1.6-1
upstream release csvfix 1.6-1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD16
2 files changed, 15 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 375e6b7cb2b2..c729a5396838 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,16 @@
+# Generated by mksrcinfo v8
+# Tue May 3 07:25:12 UTC 2016
pkgbase = csvfix
pkgdesc = Command-line stream editor designed to deal with CSV data
- pkgver = 1.5
- pkgrel = 2
- url = http://code.google.com/p/csvfix/
+ pkgver = 1.6
+ pkgrel = 1
+ url = http://neilb.bitbucket.org/csvfix/
arch = i686
arch = x86_64
license = custom
depends = gcc-libs
- source = https://bitbucket.org/neilb/csvfix/get/version-1.5.zip
+ source = https://bitbucket.org/neilb/csvfix/get/version-1.6.zip
+ md5sums = 507afcd3fd373182e1de6e5385843f60
pkgname = csvfix
+
diff --git a/PKGBUILD b/PKGBUILD
index 36ad3c9400a3..1848e4f5aea4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,23 @@
# Contributor: Vojtech Horky <AUR / hotspur>
pkgname=csvfix
-pkgver=1.5
-pkgrel=2
+pkgver=1.6
+pkgrel=1
+pkghashver=e804a794d175
pkgdesc="Command-line stream editor designed to deal with CSV data"
-url="http://code.google.com/p/csvfix/"
+url="http://neilb.bitbucket.org/csvfix/"
arch=('i686' 'x86_64')
license=('custom')
depends=('gcc-libs')
-# Downloading from here because on code.google.com is not ZIP version
-# with sources (also notice the directory we cd-into)
source=("https://bitbucket.org/neilb/${pkgname}/get/version-${pkgver}.zip")
-md5sums=('ae7e0a41e3bca3f48f08fbca60602d4c')
+md5sums=('507afcd3fd373182e1de6e5385843f60')
build() {
- cd "${srcdir}/neilb-csvfix-8ae6bdb5996e/"
+ cd "${srcdir}/neilb-csvfix-$pkghashver/"
make lin
}
package() {
- cd "${srcdir}/neilb-csvfix-8ae6bdb5996e/"
+ cd "${srcdir}/neilb-csvfix-$pkghashver/"
install -D -m 0755 "${pkgname}/bin/${pkgname}" "${pkgdir}/usr/bin/${pkgname}"
install -D -m 0644 "LICENSE" "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-