summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAnselmo L. S. Melo2015-09-14 13:54:43 -0300
committerAnselmo L. S. Melo2015-09-14 13:57:58 -0300
commit1a3072fc89487dabbf47dbea277479a8602932a7 (patch)
treed0a657d6b1f5c48ea5a6835d70e81f393713e041 /PKGBUILD
parent74c76d38eed7aefa997836cc4097fd2f3414a430 (diff)
downloadaur-1a3072fc89487dabbf47dbea277479a8602932a7.tar.gz
update: 1_beta4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a0fd895903ae..cc1259c0f538 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,18 @@
# Maintainer: Anselmo L. S. Melo <anselmo.melo@intel.com>
pkgname=soletta
-pkgver=1_beta3
+pkgver=1_beta4
pkgrel=1
-pkgdesc="Soletta Project is a framework for making IoT devices"
-arch=('any')
+pkgdesc="Soletta project is a framework for making IoT devices."
+arch=('i686' 'x86_64')
url="http://github.com/solettaproject/soletta"
license=('custom:BSD3')
-depends=()
-makedepends=('git' 'python>=3.4' 'python-jsonschema' 'chrpath')
+depends=('python>=3.4' 'python-jsonschema')
+makedepends=('git' 'python>=3.4' 'python-jsonschema')
checkdepends=()
optdepends=('gtk3' 'icu' 'curl' 'systemd')
conflicts=('soletta-git')
source=("https://github.com/solettaproject/soletta/archive/v$pkgver.tar.gz")
-md5sums=('3af8d4d522ce5b013187cb7e7e587d74')
+md5sums=('26ce6240441f8cefba538c59f645b5c5')
prepare() {
cd "$pkgname-$pkgver"