summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlexandrParkhomenko2021-02-09 17:15:22 +0300
committerAlexandrParkhomenko2021-02-09 17:15:22 +0300
commit5083477f40d1eb48ccfb0c52ba3dd549bc351954 (patch)
tree68c278b12739ecf7497ac9929b06b66beb0f0248 /PKGBUILD
parentbb421c5eda3f0df226c700a9cd07b829018d4daf (diff)
downloadaur-5083477f40d1eb48ccfb0c52ba3dd549bc351954.tar.gz
patch
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aaf13d6db39e..0cb15d809bf2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
_author=paralin
_pkgname=soil
pkgname=${_pkgname}-git
-pkgver=1
+pkgver=1.16
pkgrel=1
pkgdesc='SOIL is a tiny C library used primarily for uploading textures into OpenGL. It is based on stb_image version 1.16'
arch=(
@@ -16,7 +16,7 @@ license=('MIT')
depends=()
makedepends=('git' 'cmake')
source=("git://github.com/$_author/$_pkgname"
- "https://aur.archlinux.org/cgit/aur.git/plain/CMake.patch?h=$_pkgname"
+ "CMake.patch::https://aur.archlinux.org/cgit/aur.git/plain/CMake.patch?h=$pkgname"
)
sha256sums=('SKIP' 'SKIP')