diff options
author | Justus Tartz | 2023-05-15 22:54:32 +0200 |
---|---|---|
committer | Justus Tartz | 2023-05-15 22:54:32 +0200 |
commit | 180161974331748aa4376b8f48bc891750254f38 (patch) | |
tree | 4159fe3fa1fd3badbd41fdafb94ddd4dcfef6b17 | |
parent | 8ba42b98ad088cc0017c7106497ce2df215b01a9 (diff) | |
download | aur-180161974331748aa4376b8f48bc891750254f38.tar.gz |
readd maintainer field and remove groups
-rw-r--r-- | .SRCINFO | 3 | ||||
-rw-r--r-- | PKGBUILD | 5 |
2 files changed, 3 insertions, 5 deletions
@@ -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 @@ -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" |