summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author5chdn2016-10-27 21:47:19 +0200
committer5chdn2016-10-27 21:47:19 +0200
commit2359490bed479035ab7727d52b66d88b08984aa2 (patch)
treead1454698cc9700e129f401ca71ceed4194d7d81
parent3ef28cb09e0894b2ab5a8435dc0c33bc0e2a21c2 (diff)
downloadaur-2359490bed479035ab7727d52b66d88b08984aa2.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e0dba34bd2e3..8e3ec48f38ce 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
# Generated by mksrcinfo v8
-# Thu Oct 20 20:53:09 UTC 2016
+# Thu Oct 27 19:47:14 UTC 2016
pkgbase = solidity-git
pkgdesc = The Solidity Contract-Oriented Programming Language (Including solc, lllc; from latest unstable git version)
- pkgver = 0.4.3.git.20161020.008c411
+ pkgver = 0.4.4.20161027.49089f6
pkgrel = 1
url = https://github.com/ethereum/solidity
arch = i686
arch = x86_64
groups = ethereum
- license = GPL
+ license = GPL3
makedepends = autoconf
makedepends = automake
makedepends = cmake
diff --git a/PKGBUILD b/PKGBUILD
index fda9dc111331..3bed6fb3aef9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Available from AUR: https://aur.archlinux.org/packages/solidity-git/
pkgname=solidity-git
-pkgver=0.4.3.git.20161020.008c411
+pkgver=0.4.4.20161027.49089f6
pkgrel=1
pkgdesc="The Solidity Contract-Oriented Programming Language (Including solc, lllc; from latest unstable git version)"
arch=('i686' 'x86_64')
@@ -22,7 +22,7 @@ makedepends=(
)
groups=('ethereum')
url="https://github.com/ethereum/solidity"
-license=('GPL')
+license=('GPL3')
source=("${pkgname%-git}::git+https://github.com/ethereum/solidity#branch=develop")
sha256sums=('SKIP')
provides=(
@@ -38,7 +38,7 @@ provides=(
pkgver() {
cd ${pkgname%-git}
- echo "`grep -m1 "PROJECT\_VERSION" CMakeLists.txt | tr -cd '[[:digit:]].'`.git.`date +%Y%m%d`.`git log --pretty=format:%h -n 1`"
+ echo "`grep -m1 "PROJECT\_VERSION" CMakeLists.txt | tr -cd '[[:digit:]].'`.`date +%Y%m%d`.`git log --pretty=format:%h -n 1`"
}
build() {