summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaurnimator2025-01-17 23:34:31 +1100
committerDaurnimator2025-01-17 23:34:31 +1100
commit9193a24358a370aa3fa708f7f84782ebdbf078a3 (patch)
treeaefd3c27f54dd536cb5c64eb74a32b743a0b29ad /PKGBUILD
parent8bc08ab0f39450d83d02814a8cbb4aaea269e411 (diff)
downloadaur-pllua.tar.gz
Update to 2.0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 323c1bf906ea..d27522bb27a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=pllua
-pkgver=2.0.9
+pkgver=2.0.12
pkgrel=1
replaces=('pllua-ng')
pkgdesc='PL/Lua is a procedural language module for the PostgreSQL database that allows server-side functions to be written in Lua'
@@ -9,8 +9,9 @@ arch=('x86_64')
url='https://pllua.github.io/pllua/'
license=('MIT')
depends=('lua' 'postgresql')
+makedepends=('clang' 'llvm')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RhodiumToad/pllua-ng/archive/REL_${pkgver//./_}.tar.gz")
-sha256sums=('1fb97de4ba6f4d8811b683d8bcf7b00aae4f87e327a518cd21b8629722f57e72')
+sha256sums=('7d7ce7cb6443644f5448a5c943a52b33a264ba80f737701c43cdec1dc67b2965')
build() {
cd "pllua-ng-REL_${pkgver//./_}"