summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2020-09-28 09:07:25 -0600
committerMark Wagie2020-09-28 09:07:25 -0600
commit6cbfa6d10b538ab4adb1f0669c827e9cd1267d23 (patch)
tree5537f60437d66b297efae38361a288a6142b7b4b
parentd54d31c949ba267f1218939b191b28691388e921 (diff)
downloadaur-6cbfa6d10b538ab4adb1f0669c827e9cd1267d23.tar.gz
correct dependency
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f898092d3c02..a380314afd94 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = pop-shell-shortcuts-git
pkgdesc = Application for displaying and demoing Pop Shell shortcuts
pkgver = r37.9280535
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/pop-os/shell-shortcuts
arch = x86_64
license = GPL
makedepends = git
makedepends = rust
- depends = gnome-shell
+ depends = gtk3
provides = pop-shell-shortcuts
conflicts = pop-shell-shortcuts
source = git+https://github.com/pop-os/shell-shortcuts.git
diff --git a/PKGBUILD b/PKGBUILD
index 11aa84851395..741b2638c99e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Contributor: ftsell <aur@finn-thorben.me>
pkgname=pop-shell-shortcuts-git
pkgver=r37.9280535
-pkgrel=1
+pkgrel=2
pkgdesc="Application for displaying and demoing Pop Shell shortcuts"
arch=('x86_64')
url="https://github.com/pop-os/shell-shortcuts"
license=('GPL')
-depends=('gnome-shell')
+depends=('gtk3')
makedepends=('git' 'rust')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")