summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-07-05 09:38:53 +0200
committerPhilipp A2017-07-05 09:49:14 +0200
commit141d7c91b8d6c80b763f75a9a835aed8a1bde3f4 (patch)
treebe9d8b788fbcc671553b667a5c07639ff29bf30c
parentd286a73613c59e73bd519d527b6c838af9439120 (diff)
downloadaur-141d7c91b8d6c80b763f75a9a835aed8a1bde3f4.tar.gz
v0.5.10
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD12
2 files changed, 13 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 39d154cc9481..79d8da8706ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Tue May 30 19:39:03 UTC 2017
pkgbase = rambox
pkgdesc = Free and Open Source messaging and emailing app that combines common web applications into one.
- pkgver = 0.5.9
- pkgrel = 2
+ pkgver = 0.5.10
+ pkgrel = 1
url = http://rambox.pro/
arch = i686
arch = x86_64
@@ -11,17 +9,16 @@ pkgbase = rambox
makedepends = desktop-file-utils
makedepends = asar
makedepends = ruby
- makedepends = npm
makedepends = yarn
makedepends = sencha-cmd-6
depends = electron
- noextract = Rambox-0.5.3-x64.tar.gz
- source = https://github.com/saenzramiro/rambox/archive/0.5.9.tar.gz
- source = https://github.com/saenzramiro/rambox/releases/download/0.5.3/Rambox-0.5.3-x64.tar.gz
+ noextract = Rambox-0.5.10-x64.tar.gz
+ source = https://github.com/saenzramiro/rambox/archive/0.5.10.tar.gz
+ source = https://github.com/saenzramiro/rambox/releases/download/0.5.10/Rambox-0.5.10-x64.tar.gz
source = rambox.desktop
source = rambox.js
- sha256sums = c70f9490dfc2a9e099a30209201db23273dd18493cfaeb55d0b980eaa60368be
- sha256sums = 1be708d3fa917d491f91a31a91a3e66f00d36008f12c8dcb45493a408d21f792
+ sha256sums = b4487d3f43c838136a2d989cac3f1022c40e90c6fc3fbbd931c2275ceede43a8
+ sha256sums = c332b628c9747835bcc5c5cc7eef21ffa928f97557f0b2740619aee6345cb2c4
sha256sums = 61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524
sha256sums = 3b5ed6f04eea66f239b5ae56ea1ff9e47de156cd38bb54ebc46541daba6091b6
diff --git a/PKGBUILD b/PKGBUILD
index 0a169e71bdaf..970300b41161 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,20 +1,20 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=rambox
-pkgver=0.5.9
-_relver=0.5.3 # for a release tarball containing env.js
-pkgrel=2
+pkgver=0.5.10
+_relver=0.5.10 # for a release tarball containing env.js
+pkgrel=1
pkgdesc='Free and Open Source messaging and emailing app that combines common web applications into one.'
arch=(i686 x86_64)
depends=(electron)
-makedepends=(desktop-file-utils asar ruby npm yarn sencha-cmd-6)
+makedepends=(desktop-file-utils asar ruby yarn sencha-cmd-6)
url='http://rambox.pro/'
license=('GPL3')
source=("https://github.com/saenzramiro/$pkgname/archive/$pkgver.tar.gz"
"https://github.com/saenzramiro/$pkgname/releases/download/$_relver/Rambox-$_relver-x64.tar.gz"
"$pkgname.desktop" "$pkgname.js")
-sha256sums=('c70f9490dfc2a9e099a30209201db23273dd18493cfaeb55d0b980eaa60368be'
- '1be708d3fa917d491f91a31a91a3e66f00d36008f12c8dcb45493a408d21f792'
+sha256sums=('b4487d3f43c838136a2d989cac3f1022c40e90c6fc3fbbd931c2275ceede43a8'
+ 'c332b628c9747835bcc5c5cc7eef21ffa928f97557f0b2740619aee6345cb2c4'
'61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524'
'3b5ed6f04eea66f239b5ae56ea1ff9e47de156cd38bb54ebc46541daba6091b6')
noextract=("Rambox-$_relver-x64.tar.gz")