summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorleepesjee2015-12-03 20:10:53 +0100
committerleepesjee2015-12-03 20:10:53 +0100
commit369618aa9f168cd8e09d41da6bec372ea8301b19 (patch)
tree079bce14a7f07afc2b8da49a9e3491748d95487a
parenta054fd1d6cf66e6021db663a6a5eba5716698c57 (diff)
downloadaur-369618aa9f168cd8e09d41da6bec372ea8301b19.tar.gz
pkgrel=2: corrected download url
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afd70e406c9f..20e34941e0bb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = cbflib
pkgdesc = An ANSI C library for accessing Crystallographic Binary and Image-supporting Files
pkgver = 0.9.5
- pkgrel = 1
+ pkgrel = 2
url = http://www.bernstein-plus-sons.com/software/CBF/
arch = i686
arch = x86_64
license = GPL
makedepends = wget
- source = http://sourceforge.net/projects/cbflib/files/cbflib/CBFlib_0.9.2/CBFlib-0.9.5.tar.gz
+ source = http://sourceforge.net/projects/cbflib/files/cbflib/CBFlib_0.9.5/CBFlib-0.9.5.tar.gz
md5sums = 6cab26809e5d4786aeac1d32f72d7683
pkgname = cbflib
diff --git a/PKGBUILD b/PKGBUILD
index 05c5c4b1a434..262e4008d0d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: leepesjee <lpeschier at xs4all dot nl>
pkgname=cbflib
pkgver=0.9.5
-pkgrel=1
+pkgrel=2
pkgdesc="An ANSI C library for accessing Crystallographic Binary and Image-supporting Files"
arch=('i686' 'x86_64')
url="http://www.bernstein-plus-sons.com/software/CBF/"
makedepends=('wget')
license=('GPL')
-source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/CBFlib_0.9.2/CBFlib-$pkgver.tar.gz)
+source=(http://sourceforge.net/projects/$pkgname/files/$pkgname/CBFlib_0.9.5/CBFlib-$pkgver.tar.gz)
md5sums=('6cab26809e5d4786aeac1d32f72d7683')
prepare() {