summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-04-11 14:16:45 +0300
committerCaleb Maclennan2024-04-11 14:16:45 +0300
commit2343dcda32df5724334a873c4371e414be36b7ed (patch)
tree506a44006325367a9ece8e7b74540ea3e3f95b9b
parent775a2ab742f514c984490634f193a62cf49aea5a (diff)
downloadaur-lua-lsqlite3.tar.gz
upgpkg: lua-lsqlite3 0.9.6-5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a2851a0fa17..7dfa902389b7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = lua-lsqlite3
pkgdesc = A binding for Lua to the SQLite3 database library
pkgver = 0.9.6
- pkgrel = 4
+ pkgrel = 5
url = http://lua.sqlite.org
arch = x86_64
arch = i686
@@ -12,8 +12,8 @@ pkgbase = lua-lsqlite3
makedepends = lua53
makedepends = luarocks
depends = sqlite
- source = lsqlite3_v096.zip::http://lua.sqlite.org/index.cgi/zip/lsqlite3_v096.zip?uuid=v0.9.6
- sha256sums = 11aed1f9622ae43f8c1473cfddc7cd841c534cbb3bfa27d41d99e2fa8f8c7a48
+ source = lsqlite3_v096-5.zip::http://lua.sqlite.org/index.cgi/zip/lsqlite3_v096-5.zip?uuid=v0.9.6
+ sha256sums = 8c9ab3b01b08583b21d1081f3e2c0146bf16c25333a9e6bfd65be4014585865f
pkgname = lua-lsqlite3
depends = sqlite
diff --git a/PKGBUILD b/PKGBUILD
index d7199f3abca2..3e32a1c3a3ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=("lua-$_rockname" "lua53-$_rockname" "lua52-$_rockname" "lua51-$_rocknam
pkgver=0.9.6
_fossilver=v${pkgver//./}
_rockrel=1
-pkgrel=4
+pkgrel=5
pkgdesc='A binding for Lua to the SQLite3 database library'
arch=(x86_64 i686)
url='http://lua.sqlite.org'
@@ -16,9 +16,9 @@ makedepends=(lua
lua52
lua53
luarocks)
-_archive="${_rockname}_$_fossilver"
+_archive="${_rockname}_$_fossilver-$pkgrel"
source=("$_archive.zip::http://lua.sqlite.org/index.cgi/zip/$_archive.zip?uuid=v$pkgver")
-sha256sums=('11aed1f9622ae43f8c1473cfddc7cd841c534cbb3bfa27d41d99e2fa8f8c7a48')
+sha256sums=('8c9ab3b01b08583b21d1081f3e2c0146bf16c25333a9e6bfd65be4014585865f')
_package_helper() {
cd "$_archive"