summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMárk Sági-Kazár2016-01-06 00:13:14 +0100
committerMárk Sági-Kazár2016-01-06 00:13:14 +0100
commitad34a578728ec5cb62d509d5fcc7f44fbc3206eb (patch)
treeb0d93ed2aa9d75d0ceec3fc7fa03a010f42ac33c
parent3139e674f8dd451e3a6a387e960d1fc38f35488e (diff)
downloadaur-ad34a578728ec5cb62d509d5fcc7f44fbc3206eb.tar.gz
Remove nonexistent package
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e5f407bd352..8dd47313f91b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Tue Jan 5 22:58:20 UTC 2016
+# Tue Jan 5 23:13:04 UTC 2016
pkgbase = gnome-shell-extension-gravatar
pkgdesc = A GNOME Shell extension to synchronize your user icon with Gravatar.
pkgver = 1
@@ -11,7 +11,6 @@ pkgbase = gnome-shell-extension-gravatar
depends = gnome-shell
optdepends = dconf
optdepends = gnome-tweak-tool
- optdepends = gnome-shell-extension-prefs
conflicts = gnome-shell-extension-gravatar-git
source = https://github.com/jrouleau/gnome-shell-extension-gravatar/archive/v1.tar.gz
md5sums = 289cdbaf6cc842eb6473607665c89aaa
diff --git a/PKGBUILD b/PKGBUILD
index 7a17221fb83d..a56c97bc5b95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://github.com/jrouleau/gnome-shell-extension-gravatar"
license=('MIT')
depends=('gnome-shell')
-optdepends=('dconf' 'gnome-tweak-tool' 'gnome-shell-extension-prefs')
+optdepends=('dconf' 'gnome-tweak-tool')
conflicts=("${pkgname}-git")
install=gschemas.install
source=("https://github.com/jrouleau/gnome-shell-extension-gravatar/archive/v${pkgver}.tar.gz")