summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormosquito2023-03-27 12:43:53 +0800
committermosquito2023-03-27 12:43:53 +0800
commitf19f97fbaaf8ec0bef57246de262c5b439ce73d5 (patch)
tree6d2f0aa6b488b19dcacbfd240700584443000dbc
parent8589dbd3940a728bddfe1d0587fe01dd5876b410 (diff)
downloadaur-f19f97fbaaf8ec0bef57246de262c5b439ce73d5.tar.gz
fix again
-rw-r--r--PKGBUILD8
1 files changed, 1 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index abeeb8649773..23ef4b82af1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: mosquito <mosquito@email.cn>
pkgname=bobibo
pkgver=1.1.0
-pkgrel=2
+pkgrel=3
pkgdesc="A cli-app, convert pictures to ascii arts."
arch=("x86_64")
url="https://github.com/orzation/bobibo"
@@ -10,12 +10,6 @@ makedepends=('go>=1.17' 'upx')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/orzation/bobibo/archive/v${pkgver}.tar.gz")
sha256sums=('8aba2b783c8d6812ba893d8ac9fb867b74796d9df9f2a22cfd3aadface4f0eb8')
-prepare() {
- cd "$srcdir/$pkgname-$pkgver"
- export GOPATH="$srcdir"/gopath
- go clean -modcache
-}
-
build() {
export GOPATH="$srcdir"/gopath
export CGO_CPPFLAGS="${CPPFLAGS}"