summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorge Matthies2021-04-08 05:47:28 +0200
committerTorge Matthies2021-04-08 05:47:28 +0200
commit4cf689e29d226e19eb09954c562e94b1f45dffc2 (patch)
tree99f6fdee1c5f6fc700a30a4f1b890d5ca6f8b6ed
parenta53b511d8168ce73a23bc994ad0def7fefa54b98 (diff)
downloadaur-4cf689e29d226e19eb09954c562e94b1f45dffc2.tar.gz
Convert to a proper non-VCS package.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b4631cfff04..c3d5c510be0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,15 @@
pkgbase = osu-handler
pkgdesc = Provides a handler for osu! file formats
- pkgver = 0.2
+ pkgver = 0.3.0
pkgrel = 1
install = osu-handler.install
arch = any
license = GPL3
depends = osu-mime
depends = desktop-file-utils
- source = git+https://github.com/openglfreak/osu-handler-wine.git
+ source = https://github.com/openglfreak/osu-handler-wine/archive/refs/tags/v0.3.0.tar.gz
source = osu-file-extensions-handler.desktop
- sha256sums = SKIP
+ sha256sums = 027a4cfc3f0e83d0ecd10958261c353df7d7a119895ba8c48437865ffcf88df3
sha256sums = 43f9ce9166b90f1aa47a48f0eab26131274cfaf17dcfe5964ebdb757632c95fb
pkgname = osu-handler
-
diff --git a/PKGBUILD b/PKGBUILD
index fc52709b3490..8d6bd7726ee5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,21 +2,21 @@
pkgname=osu-handler
pkgdesc='Provides a handler for osu! file formats'
-pkgver=0.2
+pkgver=0.3.0
pkgrel=1
arch=(any)
license=(GPL3)
depends=(osu-mime desktop-file-utils)
install='osu-handler.install'
-source=(git+https://github.com/openglfreak/osu-handler-wine.git
+source=("https://github.com/openglfreak/osu-handler-wine/archive/refs/tags/v${pkgver}.tar.gz"
osu-file-extensions-handler.desktop)
-sha256sums=('SKIP'
+sha256sums=('027a4cfc3f0e83d0ecd10958261c353df7d7a119895ba8c48437865ffcf88df3'
'43f9ce9166b90f1aa47a48f0eab26131274cfaf17dcfe5964ebdb757632c95fb')
build() {
cd "$srcdir"
- arch-meson osu-handler-wine build -D b_ndebug=true
+ arch-meson "osu-handler-wine-${pkgver}" build -D b_ndebug=true
meson compile -C build
}