summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f37ff8946d55..55873ca92493 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = gnome-shell-extension-gtktitlebar-git
pkgdesc = A GNOME Shell extension that GTK Title Bar - Remove Title Bar for non-GTK Software
- pkgver = 2.0.r0.gdce6fe6
- pkgrel = 1
+ pkgver = 2.0.r4.gda75129
+ pkgrel = 2
url = https://github.com/velitasali/GTKTitleBar
arch = any
license = GPL2
makedepends = git
depends = gnome-shell>=3.28
+ depends = xorg-xprop
provides = gnome-shell-extension-gtktitlebar
source = gnome-shell-extension-gtktitlebar-git::git+https://github.com/velitasali/GTKTitleBar
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index bf78671a530a..6a83b84a3091 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Térence Clastres <t.clastres@gmail.com>
pkgname=gnome-shell-extension-gtktitlebar-git
-pkgver=2.0.r0.gdce6fe6
-pkgrel=1
+pkgver=2.0.r4.gda75129
+pkgrel=2
pkgdesc="A GNOME Shell extension that GTK Title Bar - Remove Title Bar for non-GTK Software"
arch=('any')
url="https://github.com/velitasali/GTKTitleBar"
license=('GPL2')
-depends=('gnome-shell>=3.28')
+depends=('gnome-shell>=3.28' 'xorg-xprop')
makedepends=('git')
provides=("${pkgname/-git}")
source=("$pkgname::git+$url")