makedeb


xivlauncher-rb 1.1.0.1-1


Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite - RB edition)

Click here to go back to the commit logs for xivlauncher-rb.

Commit:


Hash: 6aa7e5958f1b8b91740f348555ed5f1a34cdc549

Message: bump to latest release

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 57ead26..fbe0063 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = xivlauncher-rb
 pkgbase = xivlauncher-rb
 pkgdesc = Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite - RB edition)
 pkgrel = 1
-pkgver = 1.0.6.0.r1.ce90227
+pkgver = 1.0.8.1
 url = https://github.com/goatcorp/XIVLauncher.Core
 arch = amd64
 conflicts = xivlauncher
@@ -32,7 +32,7 @@ depends = xdg-utils
 license = GPL
 optdepends = steam
 options = !strip
-provides = xivlauncher=1.0.6.0.r1.ce90227
+provides = xivlauncher=1.0.8.1
 source = XIVLauncher.Core::git+https://github.com/rankynbass/XIVLauncher.Core.git#branch=RB-patched
 source = XIVLauncher.desktop
 source = openssl_fix.cnf
diff --git a/PKGBUILD b/PKGBUILD
index d970841..be2dee3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
 # Maintainer: XIVLauncher Linux Maintainers <franz@goat.place>
 pkgname=xivlauncher-rb
-pkgver=1.0.6.0.r1.ce90227
+pkgver=1.0.8.1
 pkgrel=1
 #epoch=2
 pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite - RB edition)"
@@ -54,7 +54,8 @@ sha512sums=(
 
 pkgver() {
     cd "${srcdir}/XIVLauncher.Core"
-    printf "%s.r%s.%s" "$(sed -n 's:.*<Version>\(.*\)</Version>.*:\1:p' src/XIVLauncher.Core/XIVLauncher.Core.csproj)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+    cat version.txt
+    #printf "%s.r%s.%s" "$(sed -n 's:.*<Version>\(.*\)</Version>.*:\1:p' src/XIVLauncher.Core/XIVLauncher.Core.csproj)" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
     #git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
 }