summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Duck2017-01-24 15:55:53 -0800
committerJonathan Duck2017-01-24 15:55:53 -0800
commitbca8e07b4005714da77c470285d387db8a1f5f58 (patch)
treedc7d45558034f458037548e41bff786b5a1a9b9a
parent154f53c0cb1916fa5bc8e413a46d2c9d2780450f (diff)
downloadaur-bca8e07b4005714da77c470285d387db8a1f5f58.tar.gz
Added libxss as a dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e911afa7d063..f404fa5a9aa4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = typora
pkgdesc = Typora will give you a seamless experience as both a reader and a writer.
pkgver = 0.9.23
- pkgrel = 1
+ pkgrel = 2
url = https://typora.io/
arch = x86_64
license = custom:"Copyright (c) 2014 GitHub Inc."
depends = gconf
+ depends = libxss
source = https://typora.io/./linux/typora_0.9.23_amd64.deb
md5sums = bdd6b9a180ccdcc2cc91fb5347b356d8
diff --git a/PKGBUILD b/PKGBUILD
index 8a832e01cb42..3c581308977f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Jonathan Duck <duckbrain30@gmail.com>
pkgname=typora
pkgver=0.9.23
-pkgrel=1
+pkgrel=2
pkgdesc="Typora will give you a seamless experience as both a reader and a writer."
arch=('x86_64')
filename="${pkgname}_${pkgver}_amd64.deb"
license=('custom:"Copyright (c) 2014 GitHub Inc."')
url="https://typora.io/"
-depends=('gconf')
+depends=('gconf' 'libxss')
source=("https://typora.io/./linux/$filename")
md5sums=('bdd6b9a180ccdcc2cc91fb5347b356d8')