makedeb
Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
Click here to go back to the commit logs for xivlauncher-git.
Hash: 2ebfbb28e5b85d19058b6cf882a046cf7e11e121
Message: minor versioning adjustments
diff --git a/.SRCINFO b/.SRCINFO
index 043af6f..2c37028 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,9 @@
generated-by = makedeb
pkgname = xivlauncher-git
-epoch = 2
pkgbase = xivlauncher-git
pkgdesc = Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)
pkgrel = 1
-pkgver = 1.0.0.9.9f0b8dd
+pkgver = 1.0.0.9.r1.9f0b8dd
url = https://github.com/goatcorp/FFXIVQuickLauncher/
arch = amd64
conflicts = xivlauncher
@@ -32,7 +31,7 @@ depends = xdg-utils
license = GPL
optdepends = steam
options = !strip
-provides = xivlauncher=1.0.0.9.9f0b8dd
+provides = xivlauncher=1.0.0.9.r1.9f0b8dd
source = FFXIVQuickLauncher::git+https://github.com/goatcorp/FFXIVQuickLauncher.git
source = https://raw.githubusercontent.com/goatcorp/FFXIVQuickLauncher/master/src/XIVLauncher.Core/Resources/logo.png
source = XIVLauncher.desktop
diff --git a/PKGBUILD b/PKGBUILD
index 42500a6..d4097af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: XIVLauncher Linux Maintainers <franz@goat.place>
pkgname=xivlauncher-git
-pkgver=1.0.0.9.9f0b8dd
+pkgver=1.0.0.9.r1.9f0b8dd
pkgrel=1
-epoch=2
+#epoch=2
pkgdesc="Custom Launcher for Final Fantasy XIV Online (Crossplatform rewrite)"
arch=('amd64')
url='https://github.com/goatcorp/FFXIVQuickLauncher/'
@@ -50,7 +50,7 @@ sha512sums=(
pkgver() {
cd "${srcdir}/FFXIVQuickLauncher"
- printf "%s.%s" "$(sed -n 's:.*<Version>\(.*\)</Version>.*:\1:p' ${srcdir}/FFXIVQuickLauncher/src/XIVLauncher.Core/XIVLauncher.Core.csproj)" "$(git rev-parse --short HEAD)"
+ 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)"
}
build() {