summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Fent2021-02-25 16:03:48 +0100
committerPhilipp Fent2021-02-25 16:03:48 +0100
commit3718e8f933ff9e527e94a2ef1de5b6b47409d248 (patch)
tree514bd80c8bd43444e8e8359e69f7665d56ab4b88
parent24229a355f6ba564ee6d9ad5bc877bef4dd98348 (diff)
downloadaur-3718e8f933ff9e527e94a2ef1de5b6b47409d248.tar.gz
update to 11.39.13
and switch to the archived version of the tarball that should stay online longer
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b5179f93f891..b912d23b6680 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = monetdb
pkgdesc = MonetDB: an open source database system
- pkgver = 11.39.5
+ pkgver = 11.39.13
pkgrel = 1
url = http://www.monetdb.org/Home
install = monetdb.install
@@ -15,8 +15,8 @@ pkgbase = monetdb
depends = snappy
depends = unixodbc
depends = libxml2
- source = http://dev.monetdb.org/downloads/sources/Latest/MonetDB-11.39.5.tar.xz
- sha256sums = 49654be66305cffa9c59959a6c17897e1f2cb4dbaecde66be76837cc7f01fd75
+ source = https://dev.monetdb.org/downloads/sources/archive/MonetDB-11.39.13.tar.xz
+ sha256sums = c629f8e8080c93e4cc87e7f6e23e995d4ae560294b133866ee45d7a98d54d9af
pkgname = monetdb
diff --git a/PKGBUILD b/PKGBUILD
index fa7556165943..c3a1b88f2211 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
# Contributor: Philipp Fent <philipp@fent.de>
pkgname=monetdb
-pkgver=11.39.5
+pkgver=11.39.13
pkgrel=1
pkgdesc="MonetDB: an open source database system"
arch=('i686' 'x86_64')
@@ -16,8 +16,8 @@ license=(MPL)
makedepends=('cmake' 'ninja')
depends=('r' 'python' 'libatomic_ops' 'snappy' 'unixodbc' 'libxml2')
install=monetdb.install
-source=("http://dev.monetdb.org/downloads/sources/Latest/MonetDB-$pkgver.tar.xz")
-sha256sums=('49654be66305cffa9c59959a6c17897e1f2cb4dbaecde66be76837cc7f01fd75')
+source=("https://dev.monetdb.org/downloads/sources/archive/MonetDB-$pkgver.tar.xz")
+sha256sums=('c629f8e8080c93e4cc87e7f6e23e995d4ae560294b133866ee45d7a98d54d9af')
prepare() {
cd "$srcdir/MonetDB-$pkgver"