summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp A2018-05-03 09:35:44 +0200
committerPhilipp A2018-05-03 09:35:44 +0200
commit19ad12928e3c7fbdfe46577f0f4de5bd229a75e8 (patch)
tree3c14c7cb2fd6e3f1d2e7d62c256853d7ab8c0c20
parentf6cb8dd4b22c8dc30b25cf17ca562ffb07da25b8 (diff)
downloadaur-19ad12928e3c7fbdfe46577f0f4de5bd229a75e8.tar.gz
v0.5.17
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD12
2 files changed, 9 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4249458a3be3..3f31a4a297fc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rambox
pkgdesc = Free and Open Source messaging and emailing app that combines common web applications into one.
- pkgver = 0.5.16
+ pkgver = 0.5.17
pkgrel = 1
url = http://rambox.pro/
arch = i686
@@ -12,15 +12,13 @@ pkgbase = rambox
makedepends = npm
makedepends = sencha-cmd-6
depends = electron
- noextract = Rambox-0.5.16-x64.tar.gz
- source = https://github.com/saenzramiro/rambox/archive/0.5.16.tar.gz
- source = https://github.com/saenzramiro/rambox/releases/download/0.5.16/Rambox-0.5.16-x64.tar.gz
- source = context-menu-2.patch::https://github.com/saenzramiro/rambox/pull/1074/commits/c27f5d1771666766e983424b223e2072f839ee41.patch
+ noextract = Rambox-0.5.17-x64.tar.gz
+ source = https://github.com/saenzramiro/rambox/archive/0.5.17.tar.gz
+ source = https://github.com/saenzramiro/rambox/releases/download/0.5.17/Rambox-0.5.17-x64.tar.gz
source = rambox.desktop
source = rambox.js
- sha256sums = 6418d6dd95a1adc8c66cbd2b5828945b543d16c46c29393c63a03c379c024dda
- sha256sums = 329d0626e4c96b5b70d1dd728a929dc63daca164c1697d3cc67921b17a3f6a62
- sha256sums = 25569a4ef5569a49f8873e7e9699b116f72a66ad22719f4e486499e7629332db
+ sha256sums = b1e2807631f0e1e47ee528e85b2eea86a27445be511fe13bae6afae3f9a0d55b
+ sha256sums = e1167d03c28107f77a1c1ed530d2a47651d4b24994b2e10a9cebf7adeb90e207
sha256sums = 61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524
sha256sums = 3b5ed6f04eea66f239b5ae56ea1ff9e47de156cd38bb54ebc46541daba6091b6
diff --git a/PKGBUILD b/PKGBUILD
index 409cecf2aa41..efa188f1e859 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Philipp A. <flying-sheep@web.de>
pkgname=rambox
-pkgver=0.5.16
-_menupatchver=2
+pkgver=0.5.17
pkgrel=1
pkgdesc='Free and Open Source messaging and emailing app that combines common web applications into one.'
arch=(i686 x86_64)
@@ -12,11 +11,9 @@ url='http://rambox.pro/'
license=(GPL3)
source=("https://github.com/saenzramiro/$pkgname/archive/$pkgver.tar.gz"
"https://github.com/saenzramiro/$pkgname/releases/download/$pkgver/Rambox-$pkgver-x64.tar.gz"
- "context-menu-$_menupatchver.patch::https://github.com/saenzramiro/rambox/pull/1074/commits/c27f5d1771666766e983424b223e2072f839ee41.patch"
"$pkgname.desktop" "$pkgname.js")
-sha256sums=('6418d6dd95a1adc8c66cbd2b5828945b543d16c46c29393c63a03c379c024dda'
- '329d0626e4c96b5b70d1dd728a929dc63daca164c1697d3cc67921b17a3f6a62'
- '25569a4ef5569a49f8873e7e9699b116f72a66ad22719f4e486499e7629332db'
+sha256sums=('b1e2807631f0e1e47ee528e85b2eea86a27445be511fe13bae6afae3f9a0d55b'
+ 'e1167d03c28107f77a1c1ed530d2a47651d4b24994b2e10a9cebf7adeb90e207'
'61ad70a929c402e24c79b8868208310f9b3c4d7801db2b791af38293231ee524'
'3b5ed6f04eea66f239b5ae56ea1ff9e47de156cd38bb54ebc46541daba6091b6')
noextract=("Rambox-$pkgver-x64.tar.gz")
@@ -28,9 +25,6 @@ build() {
cd "$pkgname-$pkgver"
asar ef ../app.asar env.js
- # context menu patch
- patch -p1 -i "../context-menu-$_menupatchver.patch"
-
# install packages
sed -Ei 's/\s+"electron": "[^"]+",//' package.json
npm install