summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWanesty2023-02-07 11:04:26 +0100
committerWanesty2023-02-07 11:04:26 +0100
commit12649d230f0cf999e2fbe8d2e7022d6d62c9fdd0 (patch)
treef3db58b6fddf9ba8ac161450caf083cd4ebef2c5
parenteb8f48b63548a6808154390b865d4d6302e8afb3 (diff)
downloadaur-12649d230f0cf999e2fbe8d2e7022d6d62c9fdd0.tar.gz
fix versioning : remove epoch value for clarity
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b4669bfba0c..1c7571aeec65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,7 @@
pkgname=moebius-bin
pkgver=1.0.29
-pkgrel=1
-epoch=1
+pkgrel=2
pkgdesc="Modern ANSI & ASCII Art Editor"
arch=('x86_64')
url="https://github.com/blocktronics/moebius"
@@ -17,7 +16,7 @@ sha256sums=(69aaa1e42e287ed78c8e73971dae3df23ae4fa00e3416ea0fc262b7d147fefec)
noextract=("Moebius.rpm")
package() {
- bsdtar -C "${pkgdir}" -xvf "$srcdir/Moebius.rpm"
+ bsdtar -C "${pkgdir}" -xf "$srcdir/Moebius.rpm"
mkdir "$pkgdir/usr/bin"
ln -s "/opt/Moebius/moebius" "$pkgdir/usr/bin/moebius"
}