summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2018-08-17 09:50:56 +0200
committerGuillaume Hayot2018-08-17 09:50:56 +0200
commit684c7465e03a62e5cd324ab3d06c75557ff70edc (patch)
tree99a2b25b092d252ac7b368386eabd1a8a36bbfa3
parent6a7ffe82e1b3f6bca8483fb1fe6b9e692c802c0f (diff)
downloadaur-684c7465e03a62e5cd324ab3d06c75557ff70edc.tar.gz
Update to 1.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f7de375dd350..a1e9f3db1fa9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghost-desktop
pkgdesc = Ghost Desktop is a beautiful desktop application that allows you to easily manage multiple Ghost blogs and work without distractions.
- pkgver = 1.6.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/TryGhost/Ghost-Desktop
install = ghost-desktop.install
@@ -19,8 +19,8 @@ pkgbase = ghost-desktop
depends = nss
depends = alsa-lib
depends = libxss
- source = https://github.com/TryGhost/Ghost-Desktop/releases/download/v1.6.0/ghost-desktop-1.6.0-debian.deb
- md5sums = 725d866018a4e6c7d8e1367da7122edc
+ source = https://github.com/TryGhost/Ghost-Desktop/releases/download/v1.7.0/ghost-desktop-1.7.0-debian.deb
+ sha256sums = e799a3fbcb82f25ac1bfbcb6959b346599b5cb1c02c23d5006f32c32224cf3f8
pkgname = ghost-desktop
diff --git a/PKGBUILD b/PKGBUILD
index dac0d84b3c04..8b115fc1dde4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=ghost-desktop
-pkgver=1.6.0
+pkgver=1.7.0
pkgrel=1
pkgdesc="Ghost Desktop is a beautiful desktop application that allows you to easily manage multiple Ghost blogs and work without distractions."
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('gtk2' 'libgnome-keyring' 'gnome-keyring' 'desktop-file-utils' 'python2' 'gconf' 'nodejs' 'libnotify' 'libxtst' 'nss' 'alsa-lib' 'libxss')
source=(https://github.com/TryGhost/Ghost-Desktop/releases/download/v${pkgver}/${pkgname}-${pkgver}-debian.deb)
install=${pkgname}.install
-sha256sums=('5c4f6b8c316085c7cfb6a34599951057108279a4630cef2760c54fc73578af28')
+sha256sums=('e799a3fbcb82f25ac1bfbcb6959b346599b5cb1c02c23d5006f32c32224cf3f8')
package() {
msg2 "Extracting data.tar.xz…"
bsdtar -xf data.tar.xz -C "${pkgdir}/"