summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c9288580bf2..8ac65cedaa8f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Tue Jan 10 18:11:17 UTC 2017
+# Sun Feb 19 14:10:30 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.2.0
+ pkgver = 1.2.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.2.0/ghost-desktop-1.2.0-debian.deb
- md5sums = 2c25d05c13765a10ea871bd9d26ae20d
+ source = https://github.com/TryGhost/Ghost-Desktop/releases/download/v1.2.1/ghost-desktop-1.2.1-debian.deb
+ md5sums = 88c69b144d9a7533a58c6832dcb23a2c
pkgname = ghost-desktop
diff --git a/PKGBUILD b/PKGBUILD
index 14f3ff727595..c1a1600d2445 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Guillaume Hayot <postblue@postblue.info>
pkgname=ghost-desktop
-pkgver=1.2.0
+pkgver=1.2.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=('2c25d05c13765a10ea871bd9d26ae20d')
+md5sums=('88c69b144d9a7533a58c6832dcb23a2c')
package() {
msg2 "Extracting data.tar.xz..."
bsdtar -xf data.tar.xz -C "${pkgdir}/"