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 pkgbase = epochcli
pkgdesc = Updater and launcher for Project Epoch pkgdesc = Updater and launcher for Project Epoch
pkgver = 1.0.10 pkgver = 1.1.0
pkgrel = 1 pkgrel = 1
url = https://git.burkey.co/eburk/epochcli url = https://git.burkey.co/eburk/epochcli
arch = x86_64 arch = x86_64
license = ISC license = ISC
makedepends = go>=1.24.0 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 sha256sums = SKIP
pkgname = epochcli pkgname = epochcli

View File

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