summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2017-09-07 09:27:37 +0200
committerPhilipp A2017-09-07 09:27:37 +0200
commit2947cb4f7d0eb99b39e0ee868becc90f3be7c1d6 (patch)
tree8e5415fa8ac6b408f4f3519037836f0b79d8bf0f
parent467f44340dca2095e3620b80d23ee822d46ab48c (diff)
downloadaur-2947cb4f7d0eb99b39e0ee868becc90f3be7c1d6.tar.gz
v0.5.12
-rw-r--r--.SRCINFO20
-rw-r--r--PKGBUILD14
2 files changed, 16 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85466d47b893..03a3fc1ee59f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by mksrcinfo v8
-# Fri Sep 1 09:57:50 UTC 2017
pkgbase = rambox
pkgdesc = Free and Open Source messaging and emailing app that combines common web applications into one.
- pkgver = 0.5.10
- pkgrel = 2
+ pkgver = 0.5.12
+ pkgrel = 1
url = http://rambox.pro/
arch = i686
arch = x86_64
@@ -14,15 +12,15 @@ pkgbase = rambox
makedepends = yarn
makedepends = sencha-cmd-6
depends = electron
- 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 = context-menu.patch::https://github.com/saenzramiro/rambox/commit/40677f3c8125d19885fe8be4b779ad5360c95712.diff
+ noextract = Rambox-0.5.12-x64.tar.gz
+ source = https://github.com/saenzramiro/rambox/archive/0.5.12.tar.gz
+ source = https://github.com/saenzramiro/rambox/releases/download/0.5.12/Rambox-0.5.12-x64.tar.gz
+ source = context-menu.patch::https://github.com/flying-sheep/rambox/commit/2109de0825058a3ee9c0a09a603520b8e7c09744.diff
source = rambox.desktop
source = rambox.js
- sha256sums = b4487d3f43c838136a2d989cac3f1022c40e90c6fc3fbbd931c2275ceede43a8
- sha256sums = c332b628c9747835bcc5c5cc7eef21ffa928f97557f0b2740619aee6345cb2c4
- sha256sums = 81f30dc1b10b8493ad8dc458b1445dd36924d8d4d3aa41996856a2a0310cf04a
+ sha256sums = 8b9cfa35a7d8bb060ab0639cd942338423b6646bc89d0e5ba959a00a0ef6c70c
+ sha256sums = f41049ef2082ce5e8f34463ba42ee1cc953e46cf4828fdd0bd1e9f1d5468601d
+ sha256sums = 953d6b589b7acee32d78da6c533e851bc90a11182b775388ddcf158decf66c8e
sha256sums = 61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524
sha256sums = 3b5ed6f04eea66f239b5ae56ea1ff9e47de156cd38bb54ebc46541daba6091b6
diff --git a/PKGBUILD b/PKGBUILD
index 6a621a39b49e..7241745b4530 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,9 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=rambox
-pkgver=0.5.10
-_relver=0.5.10 # for a release tarball containing env.js
-pkgrel=2
+pkgver=0.5.12
+_relver=0.5.12 # 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)
@@ -12,11 +12,11 @@ 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"
- "context-menu.patch::https://github.com/saenzramiro/$pkgname/commit/40677f3c8125d19885fe8be4b779ad5360c95712.diff"
+ "context-menu.patch::https://github.com/flying-sheep/$pkgname/commit/2109de0825058a3ee9c0a09a603520b8e7c09744.diff"
"$pkgname.desktop" "$pkgname.js")
-sha256sums=('b4487d3f43c838136a2d989cac3f1022c40e90c6fc3fbbd931c2275ceede43a8'
- 'c332b628c9747835bcc5c5cc7eef21ffa928f97557f0b2740619aee6345cb2c4'
- '81f30dc1b10b8493ad8dc458b1445dd36924d8d4d3aa41996856a2a0310cf04a'
+sha256sums=('8b9cfa35a7d8bb060ab0639cd942338423b6646bc89d0e5ba959a00a0ef6c70c'
+ 'f41049ef2082ce5e8f34463ba42ee1cc953e46cf4828fdd0bd1e9f1d5468601d'
+ '953d6b589b7acee32d78da6c533e851bc90a11182b775388ddcf158decf66c8e'
'61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524'
'3b5ed6f04eea66f239b5ae56ea1ff9e47de156cd38bb54ebc46541daba6091b6')
noextract=("Rambox-$_relver-x64.tar.gz")