summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxiota2023-12-13 15:33:21 -0800
committerxiota2023-12-13 15:33:42 -0800
commitfd2951069e66d17eb8e0b9357ef1287f32778fcd (patch)
treed3bdaf9e8772bb000567a682c14fe1c384a544fb
parent887ad6737f88673eb237609ba305042054a6934e (diff)
downloadaur-osu-wine-git.tar.gz
metapackage
-rw-r--r--.SRCINFO19
-rw-r--r--PKGBUILD40
-rw-r--r--osu-wine-git.install7
3 files changed, 8 insertions, 58 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 01521e4debe9..71851f60b3dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,21 +1,8 @@
pkgbase = osu-wine-git
- pkgdesc = osu!
- pkgver = 1.0.r2.g062ad51
+ pkgdesc = metapackage - migrate to osu-lazer
+ pkgver = 1.1
pkgrel = 1
- url = https://github.com/Nefelim4ag/osu-wine
- install = osu-wine-git.install
arch = any
- license = GPL3
- makedepends = git
- optdepends = lib32-libpulse: for audio
- optdepends = lib32-gnutls
- backup = etc/osu-wine.conf
- source = osu-wine::git+https://github.com/Nefelim4ag/osu-wine.git
- sha256sums = SKIP
pkgname = osu-wine-git
- depends = bash
- depends = hicolor-icon-theme
- depends = wget
- depends = wine
- depends = winetricks
+ depends = osu-lazer
diff --git a/PKGBUILD b/PKGBUILD
index bd534054d19b..5d79e3798865 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,42 +1,12 @@
# Maintainer:
-# Contributor: Timofey Titovets <nefelim4ag@gmail.com>
-_pkgname="osu-wine"
-pkgname="$_pkgname-git"
-pkgver=1.0.r2.g062ad51
+_newpkg='osu-lazer'
+pkgname='osu-wine-git'
+pkgver=1.1
pkgrel=1
-pkgdesc="osu!"
-url="https://github.com/Nefelim4ag/osu-wine"
-license=('GPL3')
+pkgdesc="metapackage - migrate to $_newpkg"
arch=('any')
-makedepends=('git')
-optdepends=(
- 'lib32-libpulse: for audio'
- 'lib32-gnutls'
-)
-
-_pkgsrc="$_pkgname"
-source=("$_pkgsrc"::"git+$url.git")
-sha256sums=('SKIP')
-
-install="$pkgname.install"
-backup=("etc/osu-wine.conf")
-
-pkgver() {
- cd "$_pkgsrc"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
package() {
- depends+=(
- 'bash'
- 'hicolor-icon-theme'
- 'wget'
- 'wine'
- 'winetricks'
- )
-
- cd "$_pkgsrc"
- make install PREFIX="$pkgdir"
+ depends=("$_newpkg")
}
diff --git a/osu-wine-git.install b/osu-wine-git.install
deleted file mode 100644
index 8632a20c308d..000000000000
--- a/osu-wine-git.install
+++ /dev/null
@@ -1,7 +0,0 @@
-post_install(){
- echo "Take a Look at /etc/osu-wine.conf"
-}
-
-post_upgrade(){
- post_install
-}