summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e1038fbd5c5..eb7b00b016f8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = gnome-shell-extension-peek-top-bar-on-fullscreen-git
pkgdesc = Gnome Extension that triggers top panel to show up on full screen apps when cursor hovers the top edge of the screen
- pkgver = r20.589c329
+ pkgver = r22.7e765ff
pkgrel = 1
url = https://github.com/marcinjahn/gnome-peek-top-bar-on-fullscreen-extension
arch = any
- license = unknown
+ license = MIT
makedepends = git
makedepends = gobject-introspection
makedepends = npm
diff --git a/PKGBUILD b/PKGBUILD
index 245a4789ec7c..b7bf7b88fb7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Christian Schendel (doppelhelix@gmail.com)
pkgname=gnome-shell-extension-peek-top-bar-on-fullscreen-git
-pkgver=r20.589c329
+pkgver=r22.7e765ff
pkgrel=1
pkgdesc="Gnome Extension that triggers top panel to show up on full screen apps when cursor hovers the top edge of the screen"
arch=('any')
url="https://github.com/marcinjahn/gnome-peek-top-bar-on-fullscreen-extension"
-license=('unknown')
+license=('MIT')
depends=('gnome-shell')
makedepends=('git'
'gobject-introspection'
@@ -44,5 +44,6 @@ package() {
install -Dm 644 {} ${destdir}/{} \;
install -Dm644 "${srcdir}/${pkgname%-git}/dist/schemas/${schema}" \
"${pkgdir}/usr/share/glib-2.0/schemas/${schema}"
+ install -Dm644 "${srcdir}/${pkgname%-git}/LICENSE" -t "$pkgdir/usr/share/licenses/${pkgname%-git}"
}