Archived
1
0
This commit is contained in:
2025-08-08 09:32:25 -07:00
parent 4c3a7cc933
commit f60660730b
2 changed files with 8 additions and 8 deletions

View File

@@ -1,12 +1,12 @@
pkgbase = epochcli
pkgdesc = Updater and launcher for Project Epoch
pkgver = 1.0.10
pkgver = 1.1.0
pkgrel = 1
url = https://git.burkey.co/eburk/epochcli
arch = x86_64
license = ISC
makedepends = go>=1.24.0
source = git+https://git.burkey.co/eburk/epochcli#commit=6abb9ce47acc1adccfe9ae1c41651fe699e14c20
source = git+https://git.burkey.co/eburk/epochcli#commit=336340269bf0fac957a652905877d9de66afdaaf
sha256sums = SKIP
pkgname = epochcli

View File

@@ -1,6 +1,6 @@
# Maintainer: Evan Burkey <evan@burkey.co>
pkgname=epochcli
pkgver=1.0.10
pkgver=1.1.0
pkgrel=1
epoch=
pkgdesc="Updater and launcher for Project Epoch"
@@ -15,16 +15,16 @@ conflicts=()
replaces=()
backup=()
options=()
source=("git+https://git.burkey.co/eburk/epochcli#commit=6abb9ce47acc1adccfe9ae1c41651fe699e14c20")
source=("git+https://git.burkey.co/eburk/epochcli#commit=336340269bf0fac957a652905877d9de66afdaaf")
noextract=()
sha256sums=("SKIP")
build() {
pushd epochcli
go build
pushd epochcli
go build
}
package() {
pushd epochcli
install -v -D -m0755 epochcli ${pkgdir}/usr/bin/epochcli
pushd epochcli
install -v -D -m0755 epochcli ${pkgdir}/usr/bin/epochcli
}