summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel SAILLARD (GitSquared)2019-05-19 19:03:07 +0200
committerGabriel SAILLARD (GitSquared)2019-05-19 19:03:07 +0200
commit6f60671fe8e3cd0833e1f35d4c8ba3475c359457 (patch)
treefa7c259816aa5f31f6eee779029ce8783592cbe1
parentc13dd648d130f0b18b238b68665aa50cea81e6d0 (diff)
parent73e75ebd9ea55638dabf7887bd3d41deacf33051 (diff)
downloadaur-6f60671fe8e3cd0833e1f35d4c8ba3475c359457.tar.gz
Merge branch 'master' of ssh://aur.archlinux.org/edex-ui
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01d2f76a385..5e4c298fe2d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = edex-ui
arch = aarch64
license = GPL3
makedepends = npm
+ makedepends = rsync
depends = gtk3
- depends = gconf
depends = libxss
depends = nss
provides = edex-ui
diff --git a/PKGBUILD b/PKGBUILD
index 9a7b7a4eaf1a..9dbfe8c0abc3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,10 +8,10 @@ arch=('i686' 'x86_64' 'armv7h' 'aarch64')
url='https://github.com/GitSquared/edex-ui'
license=('GPL3')
depends=('gtk3'
- 'gconf'
'libxss'
'nss')
-makedepends=('npm')
+makedepends=('npm'
+ 'rsync')
provides=('edex-ui')
install="edex-ui.install"
source=("https://github.com/GitSquared/${pkgname}/archive/v${pkgver}.tar.gz")