summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandre Demers2019-11-20 04:36:04 -0500
committerAlexandre Demers2019-11-20 04:36:04 -0500
commit52501a0586ceef9251822e8d3cecccc32869244d (patch)
tree59fcf17cd7b2dbc894b07e53f9208f3d3ba7631b
parentcbeb3bd8e06379942353b5f8df1139d582439438 (diff)
downloadaur-52501a0586ceef9251822e8d3cecccc32869244d.tar.gz
[typo] Fix package's name
small typo Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3dd08bf7e198..5a377401f71f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lib32-glslang
pkgdesc = OpenGL and OpenGL ES shader front end and validator (32bit)
pkgver = 7.13.3496
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/KhronosGroup/glslang
arch = x86_64
license = BSD
@@ -12,7 +12,7 @@ pkgbase = lib32-glslang
depends = lib32-spirv-tools
depends = python
options = staticlibs
- source = -7.13.3496.tar.gz::https://github.com/KhronosGroup/glslang/archive/7.13.3496.tar.gz
+ source = glslang-7.13.3496.tar.gz::https://github.com/KhronosGroup/glslang/archive/7.13.3496.tar.gz
source = fix-cmake-folder.patch
sha256sums = 170d1538a670af4cae300e875d7cda9744b1acee1ab7252ecf7c4004186bb922
sha256sums = 5b231d27cfde2178b937b115e9b92fe10c28e7624a638cca9f7b48b4bec3f71e
diff --git a/PKGBUILD b/PKGBUILD
index 2c9efc81914b..35d9ff153665 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _pkgbasename=glslang
pkgname=lib32-$_pkgbasename
pkgver=7.13.3496
-pkgrel=2
+pkgrel=3
pkgdesc='OpenGL and OpenGL ES shader front end and validator (32bit)'
arch=('x86_64')
url='https://github.com/KhronosGroup/glslang'
@@ -25,7 +25,7 @@ makedepends=(
)
options=('staticlibs')
source=(
- ${_pkgnamename}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz
+ ${_pkgbasename}-${pkgver}.tar.gz::https://github.com/KhronosGroup/glslang/archive/${pkgver}.tar.gz
fix-cmake-folder.patch
)
sha256sums=(