pkg update

This commit is contained in:
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"
}
}