Skip to content

Commit

Permalink
vulkan-header/loader 1.1.108
Browse files Browse the repository at this point in the history
maxima 5.43.0
libsodium 1.0.18, moved rls tar url
  • Loading branch information
demmm committed May 31, 2019
1 parent 63d3e1c commit b8c2534
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
7 changes: 4 additions & 3 deletions libsodium/PKGBUILD
@@ -1,15 +1,16 @@

pkgname=libsodium
pkgver=1.0.17
pkgver=1.0.18
pkgrel=1
pkgdesc="Sodium is a portable, cross-compilable, installable, fork of NaCl with a compatible API."
arch=('x86_64')
url="https://github.com/jedisct1/libsodium"
license=('custom:ISC')
depends=('glibc')
options=('!libtool')
source=("https://github.com/jedisct1/libsodium/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
md5sums=('0f71e2680187a1558b5461e6879342c5')
#source=("https://github.com/jedisct1/libsodium/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz")
source=("https://download.libsodium.org/libsodium/releases/${pkgname}-${pkgver}.tar.gz")
md5sums=('3ca9ebc13b6b4735acae0a6a4c4f9a95')

build() {
cd ${pkgname}-${pkgver}
Expand Down
6 changes: 3 additions & 3 deletions maxima/PKGBUILD
@@ -1,7 +1,7 @@

pkgname=maxima
pkgver=5.42.2
pkgrel=4
pkgver=5.43.0
pkgrel=1
pkgdesc="Maxima - a sophisticated Computer Algebra System."
arch=('x86_64')
license=('GPL')
Expand All @@ -13,7 +13,7 @@ optdepends=('gnuplot: plotting capabilities' \
# needs rebuild when bash changes version
options=('!makeflags' '!zipman')
source=("https://sourceforge.net/projects/maxima/files/Maxima-source/${pkgver}-source/${pkgname}-${pkgver}.tar.gz")
md5sums=('b66bf80a95e7e78d68e5f230e7b94761')
md5sums=('fedf29eec9bf2b3f8618dfaa394a47d0')

build() {
cd ${pkgname}-${pkgver}
Expand Down
4 changes: 2 additions & 2 deletions vulkan-headers/PKGBUILD
@@ -1,14 +1,14 @@

pkgname=vulkan-headers
pkgver=1.1.107
pkgver=1.1.108
pkgrel=1
pkgdesc="Vulkan Header files and API registry"
arch=('x86_64')
url="https://www.khronos.org/vulkan/"
license=('APACHE')
makedepends=('cmake')
source=("https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz")
md5sums=('98dd2be8b74dff529085f078863ef407')
md5sums=('d004fb19434f456fac34b343f47d44c2')

build() {
mkdir -p build
Expand Down
4 changes: 2 additions & 2 deletions vulkan-loader/PKGBUILD
@@ -1,6 +1,6 @@
# keep vulkan header & loader version in sync
pkgname=vulkan-loader
pkgver=1.1.107
pkgver=1.1.108
pkgrel=1
pkgdesc="Vulkan Header files and API registry"
arch=('x86_64')
Expand All @@ -9,7 +9,7 @@ license=('APACHE')
depends=('mesa' 'wayland' 'libx11' 'libxkbcommon' 'libxrandr')
makedepends=('cmake' 'vulkan-headers' 'python3-lxml')
source=("https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz")
md5sums=('aec66f05e2d16794f9365aecce01f60e')
md5sums=('372958f1228d912efe08d337673d688d')

build() {
mkdir -p build
Expand Down

0 comments on commit b8c2534

Please sign in to comment.