summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Tang2020-10-22 22:42:48 +0800
committerSteven Tang2020-10-22 22:44:04 +0800
commit1a665807899528ccd700d4de955007160beb54a5 (patch)
tree30c614bfabf6d9cfc4240dae24bd0fffaa39952d
parent734064066edc62ae0fbccae2e0f61f2068a7b354 (diff)
downloadaur-1a665807899528ccd700d4de955007160beb54a5.tar.gz
Add libxss dep
-rw-r--r--.SRCINFO5
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD7
3 files changed, 11 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 81e25bcedc5a..c468a1176e6a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gephgui-git
pkgdesc = Geph connects you with the censorship-free Internet, even when nothing else works
- pkgver = r61.1b47287
- pkgrel = 1.1
+ pkgver = r77.7f60599
+ pkgrel = 1
url = https://github.com/geph-official/gephgui
arch = x86_64
license = custom
makedepends = npm
makedepends = git
+ depends = libxss
depends = gdk-pixbuf2
depends = geph-client-git
provides = gephgui
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..557c38047a64
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+/pkg/
+/src/
+/*.zst
+/gephgui
diff --git a/PKGBUILD b/PKGBUILD
index f12143ad5256..af3b13436c92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,15 @@
# Maintainer: Dct Mei <dctxmei@gmail.com>
+# Maintainer: Steven Tang <xosdy.t@gmail.com>
pkgname=gephgui-git
_pkgname=gephgui
-pkgver=r61.1b47287
-pkgrel=1.1
+pkgver=r77.7f60599
+pkgrel=1
pkgdesc="Geph connects you with the censorship-free Internet, even when nothing else works"
arch=('x86_64')
url="https://github.com/geph-official/gephgui"
license=('custom')
-depends=('gdk-pixbuf2' 'geph-client-git')
+depends=('libxss' 'gdk-pixbuf2' 'geph-client-git')
makedepends=('npm' 'git')
provides=("$_pkgname")
conflicts=("$_pkgname")