pkg update
This commit is contained in:
parent
f41aa74de0
commit
f4e6c2bfd0
2
PKGBUILD
2
PKGBUILD
@ -1,5 +1,5 @@
|
|||||||
pkgname="owo"
|
pkgname="owo"
|
||||||
pkgver=1.0
|
pkgver=2.0
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc="A simple C++ program that owofies text"
|
pkgdesc="A simple C++ program that owofies text"
|
||||||
url="https://git.alfieking.dev/acetheking987/term-owo-cpp"
|
url="https://git.alfieking.dev/acetheking987/term-owo-cpp"
|
||||||
|
2
makefile
2
makefile
@ -33,7 +33,7 @@ make_arch:
|
|||||||
mkdir build/owo_arch
|
mkdir build/owo_arch
|
||||||
cp PKGBUILD build/owo_arch
|
cp PKGBUILD build/owo_arch
|
||||||
makepkg -D 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
|
rm -rf build/owo_arch
|
||||||
|
|
||||||
build_all: build_unix build_win make_deb make_arch
|
build_all: build_unix build_win make_deb make_arch
|
||||||
|
Loading…
Reference in New Issue
Block a user