summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2022-11-02 10:30:17 -0600
committerMark Wagie2022-11-02 10:30:17 -0600
commit7123982dfd37d08a9b615b8ba98fb4a85e326830 (patch)
tree7a542fdd256050ba5aa146b5fa1706bdc3000950
parent8c8d586493e17b0e182e309731599a3d34c91a49 (diff)
downloadaur-7123982dfd37d08a9b615b8ba98fb4a85e326830.tar.gz
add Co-Maintainer, correct arch
-rw-r--r--.SRCINFO4
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD7
3 files changed, 13 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d14b2e23bce..aa867f63e83d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
pkgbase = girens
- pkgdesc = Girens is a Plex GTK client for playing movies, TV shows and music from your Plex library
+ pkgdesc = A Plex GTK client for playing movies, TV shows and music from your Plex library.
pkgver = 1.1.10.r14.g448e92d
pkgrel = 1
url = https://gitlab.gnome.org/tijder/girens
- arch = x86_64
+ arch = any
license = GPL3
checkdepends = appstream-glib
makedepends = git
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 1968b0dab6ab..abb24ba771df 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
# Maintainer: Igor Dyatlov <dyatlov.igor@protonmail.com>
+# Co-Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=girens
pkgver=1.1.10.r14.g448e92d
pkgrel=1
-pkgdesc="Girens is a Plex GTK client for playing movies, TV shows and music from your Plex library"
-arch=('x86_64')
+pkgdesc="A Plex GTK client for playing movies, TV shows and music from your Plex library."
+arch=('any')
url="https://gitlab.gnome.org/tijder/girens"
license=('GPL3')
depends=('libadwaita' 'org.freedesktop.secrets' 'plex-remote'
@@ -15,7 +16,7 @@ depends=('libadwaita' 'org.freedesktop.secrets' 'plex-remote'
'python-gobject' 'python-cairo')
makedepends=('git' 'blueprint-compiler' 'meson')
checkdepends=('appstream-glib')
-_commit=448e92dd0d30a025e41d6c5977dc0c71fc69c897 # Prepare for realese 2.0.0
+_commit=448e92dd0d30a025e41d6c5977dc0c71fc69c897 # Prepare for release 2.0.0
source=($pkgname::git+$url.git#commit=$_commit)
b2sums=('SKIP')