summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAgentSIB2017-07-30 21:07:52 +0300
committerAgentSIB2017-07-30 21:07:52 +0300
commit6e4d940fe94aeb23c228d411a6e01d1e3ddc0990 (patch)
tree6eb2f961a5e53fcb46b86a0be1fc49c109d30e4e /PKGBUILD
parent0a52fd2722eaf970566a19c6214871123b97d00a (diff)
downloadaur-shallot-git.tar.gz
Fix for openssl-1.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cbc851e47c18..85def6c2b5ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@ pkgname=shallot-git
_gitname=Shallot
_gitauthor=katmagic
pkgver=0.0.3.r26.g831de01
-pkgrel=1
+pkgrel=2
pkgdesc="Shallot allows you to create customized .onion addresses for your hidden service."
arch=('i686' 'x86_64')
source=("git://github.com/$_gitauthor/$_gitname.git")
-url=("https://github.com/$_gitauthor/$_gitname")
+url="https://github.com/$_gitauthor/$_gitname"
license=('custom')
-makedepends=('git')
+makedepends=('git' 'openssl-1.0')
sha512sums=('SKIP')
pkgver() {
@@ -19,6 +19,8 @@ pkgver() {
build() {
cd "$srcdir/$_gitname"
+ # Openssl-1.0
+ sed -i 's@-I/usr/include @-I/usr/include/openssl-1.0 @' Makefile
# Build
./configure --prefix=/usr