summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRyanSquared2017-05-31 01:37:37 -0500
committerRyanSquared2017-05-31 01:38:18 -0500
commit68bf15e46de5b7ce9d63774908e2799b6590cd5b (patch)
treebeae460bbfa7b4564fa96b09fbe1d79dea98e0f8
parent80938143c9d1f78da468d8b2f875bcac95dab580 (diff)
downloadaur-68bf15e46de5b7ce9d63774908e2799b6590cd5b.tar.gz
Edit package names (-ossl to -luaossl) and update maintainer email
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ee1128ccee9..70e50d05607f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
-pkgbase = lua-ossl-git
+pkgbase = lua-luaossl-git
pkgver = 20161214.r43.a91aba8
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/wahern/luaossl
arch = i686
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = lua-ossl-git
source = git+https://github.com/wahern/luaossl.git#branch=master
md5sums = SKIP
-pkgname = lua-ossl-git
+pkgname = lua-luaossl-git
pkgdesc = Most comprehensive OpenSSL module in the Lua universe for Lua 5.3
-pkgname = lua52-ossl-git
+pkgname = lua52-luaossl-git
pkgdesc = Most comprehensive OpenSSL module in the Lua universe for Lua 5.2
-pkgname = lua51-ossl-git
+pkgname = lua51-luaossl-git
pkgdesc = Most comprehensive OpenSSL module in the Lua universe for Lua 5.1
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