summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordaurnimator2018-07-15 16:24:12 +1000
committerdaurnimator2018-07-15 17:15:51 +1000
commit235766ecd07d6df1a7182f6b908f402598dcb5e8 (patch)
tree6739d7d78150c4035925f52d5840e9688c09d8da
parent12a44645e53258b01772153f1ce1e4f22a98cd58 (diff)
downloadaur-235766ecd07d6df1a7182f6b908f402598dcb5e8.tar.gz
Update to 0.3
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86baf198ff24..b366422ad122 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lua-psl
- pkgver = 0.2
- pkgrel = 1
+ pkgver = 0.3
+ pkgrel = 0
url = https://github.com/daurnimator/lua-psl
arch = i686
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = lua-psl
makedepends = lua51
makedepends = lua52
depends = libpsl
- source = https://github.com/daurnimator/lua-psl/archive/v0.2.tar.gz
- md5sums = f99781d19e18902d97fb4892150552bd
+ source = https://github.com/daurnimator/lua-psl/archive/v0.3.tar.gz
+ md5sums = 9171823dbd4d347a5aa1150710cc991d
pkgname = lua-psl
pkgdesc = libpsl bindings for Lua 5.3
diff --git a/PKGBUILD b/PKGBUILD
index 9a3c1b08902f..a3ac9154dcef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Daurnimator <quae@daurnimator.com>
pkgname=(lua-psl lua51-psl lua52-psl)
-pkgver=0.2
-pkgrel=1
+pkgver=0.3
+pkgrel=0
arch=('i686' 'x86_64')
url='https://github.com/daurnimator/lua-psl'
license=('MIT')
makedepends=('lua' 'lua51' 'lua52')
depends=('libpsl')
-source=('https://github.com/daurnimator/lua-psl/archive/v0.2.tar.gz')
-md5sums=('f99781d19e18902d97fb4892150552bd')
+source=("https://github.com/daurnimator/lua-psl/archive/v${pkgver}.tar.gz")
+md5sums=('9171823dbd4d347a5aa1150710cc991d')
build() {
cd lua-psl-"$pkgver"