summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnselmo L. S. Melo2016-07-24 00:00:34 -0300
committerAnselmo L. S. Melo2016-07-24 00:02:32 -0300
commit36b90c57381bbc72d48d6e2c1266553e1997d4f0 (patch)
treed59bc59dd9057ecf981219161f2a0f06c7b5cdd8
parent10da2694f2330f9333403fd7c6caf6a2f5637c01 (diff)
downloadaur-36b90c57381bbc72d48d6e2c1266553e1997d4f0.tar.gz
Updated to Soletta v1
Need to update list of dependencies.
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore2
-rw-r--r--PKGBUILD6
3 files changed, 10 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5a09cd87a462..700d2fee18ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Jul 24 03:02:17 UTC 2016
pkgbase = soletta
pkgdesc = Soletta project is a framework for making IoT devices.
- pkgver = 1_beta9
+ pkgver = 1
pkgrel = 1
url = http://github.com/solettaproject/soletta
arch = i686
@@ -19,10 +21,10 @@ pkgbase = soletta
optdepends = gtk3
optdepends = mosquitto
conflicts = soletta-git
- source = https://github.com/solettaproject/soletta/archive/v1_beta9.tar.gz
+ source = https://github.com/solettaproject/soletta/archive/v1.tar.gz
source = https://github.com/solettaproject/duktape-release/archive/v1_beta2.tar.gz
source = https://codeload.github.com/01org/tinycbor/tar.gz/f0791a2a12599c82e9b65f2923eb1cdd6c141e5d
- md5sums = edc56ea87f35a885beafa1b82cebbe1a
+ md5sums = ef202114cedbea1cd89573f9490e93a7
md5sums = 69195d623d739158ecb055aeb02fd77b
md5sums = 5ebd7c2a5f092a1a6ef0704d6121ae04
diff --git a/.gitignore b/.gitignore
index 432f619462ac..528983dfbf7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
/pkg
/src
*.tar.xz
+f0791a2a12599c82e9b65f2923eb1cdd6c141e5d
+*.tar.*
diff --git a/PKGBUILD b/PKGBUILD
index 0663c49fcbe5..c5fb54c183e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,16 +7,16 @@ depends=('python>=3.4' 'python-jsonschema' 'icu' 'curl' 'systemd' 'pcre' 'libmic
makedepends=('git' 'python>=3.4' 'python-jsonschema')
optdepends=('gtk3' 'mosquitto')
pkgname=soletta
-pkgver=1_beta9
+pkgver=1
pkgrel=1
checkdepends=()
conflicts=('soletta-git')
source=("https://github.com/solettaproject/soletta/archive/v$pkgver.tar.gz"
"https://github.com/solettaproject/duktape-release/archive/v1_beta2.tar.gz"
"https://codeload.github.com/01org/tinycbor/tar.gz/f0791a2a12599c82e9b65f2923eb1cdd6c141e5d")
-md5sums=('edc56ea87f35a885beafa1b82cebbe1a'
+md5sums=('ef202114cedbea1cd89573f9490e93a7'
'69195d623d739158ecb055aeb02fd77b'
- '5ebd7c2a5f092a1a6ef0704d6121ae04')
+ '5ebd7c2a5f092a1a6ef0704d6121ae04')
prepare() {
cp -r duktape-release-1_beta2/* "$pkgname-$pkgver"/src/thirdparty/duktape/