summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Tartz2023-05-15 22:54:32 +0200
committerJustus Tartz2023-05-15 22:54:32 +0200
commit180161974331748aa4376b8f48bc891750254f38 (patch)
tree4159fe3fa1fd3badbd41fdafb94ddd4dcfef6b17
parent8ba42b98ad088cc0017c7106497ce2df215b01a9 (diff)
downloadaur-180161974331748aa4376b8f48bc891750254f38.tar.gz
readd maintainer field and remove groups
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 054e5181bc2f..84526cc6615d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
pkgbase = steam-boilr-gui
pkgdesc = Synchronize games from other platforms into your Steam library
pkgver = 1.7.22
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/PhilipK/BoilR
arch = x86_64
- groups = modified
license = Apache
license = MIT
checkdepends = desktop-file-utils
diff --git a/PKGBUILD b/PKGBUILD
index fde39bb37066..c505cf04887c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,9 @@
+# Maintainer: Justus Tartz <aur at jrtberlin dot de>
# https://aur.archlinux.org/packages/steam-boilr-gui
-groups=('modified')
-
pkgname=steam-boilr-gui
_app_id=io.github.philipk.boilr
pkgver=1.7.22
-pkgrel=1
+pkgrel=2
pkgdesc="Synchronize games from other platforms into your Steam library"
arch=('x86_64')
url="https://github.com/PhilipK/BoilR"