diff options
author | Daurnimator | 2025-01-17 23:34:31 +1100 |
---|---|---|
committer | Daurnimator | 2025-01-17 23:34:31 +1100 |
commit | 9193a24358a370aa3fa708f7f84782ebdbf078a3 (patch) | |
tree | aefd3c27f54dd536cb5c64eb74a32b743a0b29ad /PKGBUILD | |
parent | 8bc08ab0f39450d83d02814a8cbb4aaea269e411 (diff) | |
download | aur-pllua.tar.gz |
Update to 2.0.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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//./_}" |