summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Kleinfeller2017-02-05 15:05:05 +0100
committerMarcel Kleinfeller2017-02-05 15:05:05 +0100
commit42d7dfaeb97fd8c902060f74fe6e77cc73183856 (patch)
tree8d80898a7831f13ed49887d08c0857f9b0642bcc
parentcb46407fa6f1932929f2f96a4f747820904420e8 (diff)
downloadaur-42d7dfaeb97fd8c902060f74fe6e77cc73183856.tar.gz
Update to 6.11.1
-rw-r--r--PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e8088d8e88d7..6df57dcad347 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer Marcel Kleinfeller <marcel@oompf.de>
pkgname="coda"
-pkgver=6.9.6
+pkgver=6.11.1
pkgrel=1
pkgdesc="A distributed file system with disconnected operation."
@@ -9,12 +9,12 @@ pkgdesc="A distributed file system with disconnected operation."
arch=("i868" "x86_64" "armv7h")
url="http://coda.cs.cmu.edu/"
-source=("http://coda.cs.cmu.edu/coda/source/coda-6.9.6.tar.xz")
-sha512sums=("0c425846c2ff3d425554472f8f09cc9af11fc3d2749a006a2bc0132abcf3ac10964593ca7a42f8a1a94a404dcc6753afc922a0f79df8a519b5dd1655959f4ab6")
+source=("http://coda.cs.cmu.edu/coda/source/coda-6.11.1.tar.xz")
+sha512sums=("6726edeb3253f79ed648adfd503d3c5001e0145100c6b63eb13c289ee54aeecd9eb2af3717675cdd35162ae7760a344efb42a09234a8efbc950338b8e3c170a5")
license=("GPL")
build() {
- cd "${srcdir}/coda-6.9.6"
+ cd "${srcdir}/coda-6.11.1"
./bootstrap.sh
./configure --prefix=/usr --sysconfdir=/etc --sbindir=/usr/bin --libdir=/usr/lib \
--datadir=/usr/share --includedir=/usr/include --with-lua
@@ -22,6 +22,6 @@ build() {
}
package() {
- cd "${srcdir}/coda-6.9.6"
+ cd "${srcdir}/coda-6.11.1"
make DESTDIR="${pkgdir}" install
}