summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaustubh Banerjee2018-10-19 16:39:31 +0200
committerKaustubh Banerjee2018-10-19 16:39:31 +0200
commit1c745cd33e747016104eb45f77d058691b68bfa6 (patch)
treea7f6ec1871b31ecebfc805d8a1442cd6576d3680
parentb2c0d93c830f30041ab715b756595cce506405fa (diff)
downloadaur-1c745cd33e747016104eb45f77d058691b68bfa6.tar.gz
reduce depends.
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e1e4442d1c0c..89c5c6fd4162 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,12 +5,9 @@ pkgbase = polar-bookshelf-bin
url = https://github.com/burtonator/polar-bookshelf
arch = x86_64
license = GPL3
- depends = gconf
- depends = gtk2
+ depends = gtk3
depends = libxss
- depends = libxtst
depends = nss
- depends = xdg-utils
source_x86_64 = https://github.com/burtonator/polar-bookshelf/releases/download/v1.0.3/polar-bookshelf-1.0.3-x64.tar.gz
source_x86_64 = polar-bookshelf.desktop
sha512sums_x86_64 = 8b0e60d856f45bd87d9f6ac597a98cd2a4cf8555e18eff1231d6c9e6d647958abeac4aa577fda9e67260a5973c3bd1ed41a85b4bb9fc89d381305bda692401ea
diff --git a/PKGBUILD b/PKGBUILD
index 0e33762e4492..fca46402a74a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Polar Bookshelf"
arch=('x86_64')
url="https://github.com/burtonator/polar-bookshelf"
license=('GPL3')
-depends=('gconf' 'gtk2' 'libxss' 'libxtst' 'nss' 'xdg-utils')
+depends=('gtk3' 'libxss' 'nss')
source_x86_64=("https://github.com/burtonator/polar-bookshelf/releases/download/v"$pkgver"/polar-bookshelf-"$pkgver"-x64.tar.gz"
"polar-bookshelf.desktop")
sha512sums_x86_64=('8b0e60d856f45bd87d9f6ac597a98cd2a4cf8555e18eff1231d6c9e6d647958abeac4aa577fda9e67260a5973c3bd1ed41a85b4bb9fc89d381305bda692401ea'