summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTheAifam52020-08-17 23:06:38 +0200
committerTheAifam52020-08-17 23:06:38 +0200
commita323710a7c7026975d03c6b859dc8e0113f8f399 (patch)
tree2d32259762ce12cbe8442b1882e9d5932c994ef4
parent3422819b25cf6961e669597e7ef59312a737ac45 (diff)
downloadaur-a323710a7c7026975d03c6b859dc8e0113f8f399.tar.gz
Update to 3.2.1
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5696c7fc30fb..edb7b28b50f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = sol2
pkgdesc = C++ <-> Lua Wrapper Library
- pkgver = 3.0.3
+ pkgver = 3.2.1
pkgrel = 1
url = http://sol2.rtfd.io/
arch = any
@@ -9,13 +9,14 @@ pkgbase = sol2
makedepends = python
optdepends = lua
optdepends = lua51
+ optdepends = lua53
optdepends = lua52
optdepends = luajit
provides = sol2
conflicts = sol2
options = !strip
- source = https://github.com/ThePhD/sol2/archive/v3.0.3.tar.gz
- sha256sums = bf089e50387edfc70063e24fd7fbb693cceba4a50147d864fabedd1b33483582
+ source = https://github.com/ThePhD/sol2/archive/v3.2.1.tar.gz
+ sha256sums = b10f88dc1246f74a10348faef7d2c06e2784693307df74dcd87c4641cf6a6828
pkgname = sol2
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..b55eef48e6a3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+/*.tar.*
+/src
+/pkg \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index 605b192e682f..653823d8a282 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=sol2
pkgname=(sol2 sol2-single)
-pkgver=3.0.3
+pkgver=3.2.1
pkgrel=1
pkgdesc="C++ <-> Lua Wrapper Library"
arch=('any')
@@ -10,11 +10,11 @@ options=(!strip)
url="http://sol2.rtfd.io/"
license=('MIT')
makedepends=('git' 'python')
-optdepends=('lua' 'lua51' 'lua52' 'luajit')
+optdepends=('lua' 'lua51' 'lua53' 'lua52' 'luajit')
conflicts=('sol2')
provides=('sol2')
source=("https://github.com/ThePhD/sol2/archive/v$pkgver.tar.gz")
-sha256sums=('bf089e50387edfc70063e24fd7fbb693cceba4a50147d864fabedd1b33483582')
+sha256sums=('b10f88dc1246f74a10348faef7d2c06e2784693307df74dcd87c4641cf6a6828')
package_sol2() {
cd "./$pkgbase-$pkgver"