From f9664795f5ecd8dd24ae297f8f5de2378f36232b Mon Sep 17 00:00:00 2001 From: Lynne Date: Sun, 6 Sep 2020 20:04:17 +1000 Subject: [PATCH] welp --- PKGBUILD | 5 +++-- readme.md | 6 ++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 43e34f6..e2ffd5f 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,7 +1,8 @@ # Maintainer: Lynnesbian +# for some reason, the installed program won't launch :c pkgname=buypeeb-git # '-bzr', '-git', '-hg' or '-svn' _srcname=buypeeb-cs -pkgver=r88.ec03321 +pkgver=r89.d548d75 pkgrel=1 pkgdesc="A simple desktop program for keeping track of Yahoo! Auctions Japan items" arch=('x86_64') @@ -21,7 +22,7 @@ pkgver() { build() { cd "$srcdir/${_srcname}" - dotnet publish -p:PublishProfile=Linux + dotnet publish -p:PublishProfile=Linux --output ./build/ } package() { diff --git a/readme.md b/readme.md index 7a54871..5875fb2 100644 --- a/readme.md +++ b/readme.md @@ -11,11 +11,13 @@ sudo pacman -S dotnet-sdk dotnet run ``` -## quick install (arch linux) + --- ## installing prerequisites