summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Neumann2019-09-24 16:55:40 +0200
committerRichard Neumann2019-09-24 16:55:40 +0200
commitb3a2691c8c84701f9d764b57848b108fcc57143d (patch)
tree4e94e464a339cd5511e722379009fe0f90a2dfde
parentf5a624fdedb2d8e5d6031d4da37b51e02f927bd4 (diff)
downloadaur-b3a2691c8c84701f9d764b57848b108fcc57143d.tar.gz
Refactored PKGBUILD.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 528057d44b64..e515e07ed27b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = obs-gnome-screencast
pkgrel = 1
url = https://github.com/fzwoch/obs-gnome-screencast
arch = any
- license = GPL-2
+ license = GPL2
makedepends = meson
depends = gnome-shell
depends = obs-studio
diff --git a/PKGBUILD b/PKGBUILD
index 93bd3fab6b07..9674910eb833 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,11 +5,9 @@ pkgrel=1
pkgdesc="GNOME Screen Cast OBS Studio plugin, supports Wayland"
arch=('any')
url="https://github.com/fzwoch/${pkgname}"
-license=('GPL-2')
-depends=('gnome-shell'
- 'obs-studio')
+license=('GPL2')
+depends=('gnome-shell' 'obs-studio')
makedepends=('meson')
-optdepends=()
source=("https://github.com/fzwoch/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('f452670c0ffee3b08296370e7cfe6ac2b442588942b96c78e0b1bf05f09b6e49')