summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron Barany2021-06-20 18:55:47 -0700
committerAaron Barany2021-06-20 18:55:47 -0700
commit4837ec54092c172776a3ebe345dcd3f74b2e0883 (patch)
tree568e9aeab75410871ff25c9b59077a5ff5b22261
parentf3383daa6310a0b6a6e7676468e8d68a8c508cdc (diff)
downloadaur-4837ec54092c172776a3ebe345dcd3f74b2e0883.tar.gz
Incremented pkgrel to rebuild for Boost update.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 499efc657323..0d6c7e23abbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msl
pkgdesc = Shader language based off GLSL that allows compiling multiple shaders into modules.
pkgver = 1.4.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/akb825/ModularShaderLanguage
arch = i686
arch = x86_64
@@ -11,4 +11,3 @@ pkgbase = msl
depends = boost
pkgname = msl
-
diff --git a/PKGBUILD b/PKGBUILD
index 018b7528c9d0..4a3d24334506 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
pkgbase=msl
pkgname=('msl')
pkgver=1.4.6
-pkgrel=1
+pkgrel=2
pkgdesc='Shader language based off GLSL that allows compiling multiple shaders into modules.'
arch=('i686' 'x86_64')
url="https://github.com/akb825/ModularShaderLanguage"