summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorRyanSquared2017-05-31 01:37:37 -0500
committerRyanSquared2017-05-31 01:38:18 -0500
commit68bf15e46de5b7ce9d63774908e2799b6590cd5b (patch)
treebeae460bbfa7b4564fa96b09fbe1d79dea98e0f8 /PKGBUILD
parent80938143c9d1f78da468d8b2f875bcac95dab580 (diff)
downloadaur-lua-luaossl-git.tar.gz
Edit package names (-ossl to -luaossl) and update maintainer email
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 30c07d7dda24..044815570e7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
-# Maintainer: Charles Heywood <charles@hashbang.sh>
-pkgname=('lua-ossl-git' 'lua51-ossl-git' 'lua52-ossl-git')
+# Maintainer: Charles Heywood <vandor2012@gmail.com>
+pkgname=('lua-luaossl-git' 'lua51-luaossl-git' 'lua52-luaossl-git')
pkgver=20161214.r43.a91aba8
-pkgrel=4
+pkgrel=5
arch=('i686' 'x86_64')
url="http://25thandclement.com/~william/projects/luaossl.html"
license=('MIT')
@@ -19,7 +19,7 @@ build() {
make prefix=/usr
}
-package_lua-ossl-git() {
+package_lua-luaossl-git() {
pkgdesc="Most comprehensive OpenSSL module in the Lua universe for Lua 5.3"
cd luaossl
@@ -27,7 +27,7 @@ package_lua-ossl-git() {
install -Dm644 LICENSE "$pkgdir"/usr/share/license/$pkgname/LICENSE
}
-package_lua51-ossl-git() {
+package_lua51-luaossl-git() {
pkgdesc="Most comprehensive OpenSSL module in the Lua universe for Lua 5.1"
cd luaossl
@@ -35,7 +35,7 @@ package_lua51-ossl-git() {
install -Dm644 LICENSE "$pkgdir"/usr/share/license/$pkgname/LICENSE
}
-package_lua52-ossl-git() {
+package_lua52-luaossl-git() {
pkgdesc="Most comprehensive OpenSSL module in the Lua universe for Lua 5.1"
cd luaossl