summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Schendel2023-06-20 18:32:28 +0200
committerChristian Schendel2023-06-20 18:32:28 +0200
commit8dcad85f1204d6b717ac31c8155b59e1297b16a7 (patch)
treefc6cb8cca01c00da135b91361deb40a7567372ee
parent0a108672e01c6670bfb69930009b9ca8a4515831 (diff)
downloadaur-8dcad85f1204d6b717ac31c8155b59e1297b16a7.tar.gz
Changes: upstream: add MIT license
modified: .SRCINFO modified: PKGBUILD
-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}"
}