summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Hayot2017-12-22 14:30:36 +0100
committerGuillaume Hayot2017-12-22 14:30:36 +0100
commitb897762fe8f41f845c8d0ea4e0458ca14e394ee7 (patch)
tree799493469eb5b264bfadf74d9fb38e61dae61b51
parenta289de607ed9d1c3a32a26569d2b3dfd604daf93 (diff)
downloadaur-b897762fe8f41f845c8d0ea4e0458ca14e394ee7.tar.gz
Update to 1.5.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8526e44a67a..d46c2af815d0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Dec 9 11:08:31 UTC 2017
+# Fri Dec 22 13:30:00 UTC 2017
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.5.0
+ pkgver = 1.5.1
pkgrel = 1
url = https://github.com/TryGhost/Ghost-Desktop
install = ghost-desktop.install
@@ -21,8 +21,8 @@ pkgbase = ghost-desktop
depends = nss
depends = alsa-lib
depends = libxss
- source = https://github.com/TryGhost/Ghost-Desktop/releases/download/v1.5.0/ghost-desktop-1.5.0-debian.deb
- md5sums = 6961202a058e6e9f6ac85d4f7d4f07e3
+ source = https://github.com/TryGhost/Ghost-Desktop/releases/download/v1.5.1/ghost-desktop-1.5.1-debian.deb
+ md5sums = 4181973236f7a73978078ab602e06bde
pkgname = ghost-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 26f4e3d3e772..8cea5b2b558b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Hayot <ghayot@postblue.info>
pkgname=ghost-desktop
-pkgver=1.5.0
+pkgver=1.5.1
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
-md5sums=('6961202a058e6e9f6ac85d4f7d4f07e3')
+md5sums=('4181973236f7a73978078ab602e06bde')
package() {
msg2 "Extracting data.tar.xz..."
bsdtar -xf data.tar.xz -C "${pkgdir}/"