pkg update

This commit is contained in:
Alfie King 2025-01-18 14:15:16 +00:00
parent f41aa74de0
commit f4e6c2bfd0
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
pkgname="owo"
pkgver=1.0
pkgver=2.0
pkgrel=1
pkgdesc="A simple C++ program that owofies text"
url="https://git.alfieking.dev/acetheking987/term-owo-cpp"
@ -18,4 +18,4 @@ build() {
package() {
cd "$srcdir/term-owo-cpp/build"
install -Dm755 owo "$pkgdir/usr/bin/owo"
}
}

View File

@ -33,11 +33,11 @@ make_arch:
mkdir build/owo_arch
cp PKGBUILD build/owo_arch
makepkg -D build/owo_arch
cp build/owo_arch/owo-1.0-1-x86_64.pkg.tar.zst build/owo.pkg.tar.zst
cp build/owo_arch/owo-2.0-1-x86_64.pkg.tar.zst build/owo.pkg.tar.zst
rm -rf build/owo_arch
build_all: build_unix build_win make_deb make_arch
dev: clean dirs build_unix
.PHONY: all dirs clean build_all build_unix build_win
.PHONY: all dirs clean build_all build_unix build_win