summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO32
-rw-r--r--PKGBUILD30
2 files changed, 7 insertions, 55 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 604d98344329..b6f269b47883 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 11 08:56:21 UTC 2016
+# Thu Aug 11 11:49:05 UTC 2016
pkgbase = solidity-git
pkgdesc = The Solidity Contract-Oriented Programming Language (Including solc, lllc; from latest unstable git version)
- pkgver = v0.3.6.r43.ge2a46b6
+ pkgver = v0.3.6.r45.g7c15fa6
pkgrel = 1
url = https://github.com/ethereum/solidity
arch = i686
@@ -13,39 +13,15 @@ pkgbase = solidity-git
makedepends = automake
makedepends = cmake
makedepends = gcc
+ makedepends = gcc-libs
makedepends = libtool
makedepends = yasm
makedepends = git
- makedepends = clang
- depends = argtable
depends = boost
depends = boost-libs
- depends = curl
depends = crypto++
- depends = gmp
depends = jsoncpp
- depends = leveldb
- depends = libedit
- depends = libjson-rpc-cpp-git
- depends = libmicrohttpd
- depends = miniupnpc
- depends = ncurses
- depends = libcl
- depends = opencl-headers
- depends = openssl
- depends = python2
- depends = qt5-base
- depends = qt5-declarative
- depends = qt5-quick1
- depends = qt5-quickcontrols
- depends = qt5-webengine
- depends = qt5-webkit
- depends = qt5-graphicaleffects
- depends = readline
- depends = snappy
- depends = llvm
- depends = scons
- depends = gperftools
+ depends = glibc
provides = lll
provides = lllc
provides = liblll
diff --git a/PKGBUILD b/PKGBUILD
index f53e8b684cfb..b5beff8120ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,50 +1,26 @@
# Maintainer: Afri 5chdn <aur@cach.co>
pkgname=solidity-git
-pkgver=v0.3.6.r43.ge2a46b6
+pkgver=v0.3.6.r45.g7c15fa6
pkgrel=1
pkgdesc="The Solidity Contract-Oriented Programming Language (Including solc, lllc; from latest unstable git version)"
arch=('i686' 'x86_64')
depends=(
- 'argtable'
'boost'
'boost-libs'
- 'curl'
'crypto++'
- 'gmp'
'jsoncpp'
- 'leveldb'
- 'libedit'
- 'libjson-rpc-cpp-git'
- 'libmicrohttpd'
- 'miniupnpc'
- 'ncurses'
- 'libcl'
- 'opencl-headers'
- 'openssl'
- 'python2'
- 'qt5-base'
- 'qt5-declarative'
- 'qt5-quick1'
- 'qt5-quickcontrols'
- 'qt5-webengine'
- 'qt5-webkit'
- 'qt5-graphicaleffects'
- 'readline'
- 'snappy'
- 'llvm'
- 'scons'
- 'gperftools'
+ 'glibc'
)
makedepends=(
'autoconf'
'automake'
'cmake'
'gcc'
+ 'gcc-libs'
'libtool'
'yasm'
'git'
- 'clang'
)
groups=('ethereum')
url="https://github.com/ethereum/solidity"