summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormosquito2023-05-06 22:25:05 +0800
committermosquito2023-05-06 22:25:05 +0800
commit8d541743719aea5ec1190708fbf93e2312811dd0 (patch)
tree0059414c2b6a4cb9bd47a640fc35e03e4a3cf733
parentd400866182a0745171be4ce9a0bd4e0b5331af0b (diff)
downloadaur-8d541743719aea5ec1190708fbf93e2312811dd0.tar.gz
fix go version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d30592c3f3d..4276ddc281be 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = bobibo
pkgdesc = A cli-app, convert pictures to ascii arts.
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/orzation/bobibo
arch = x86_64
license = GPL3
- makedepends = go>=1.17
+ makedepends = go>=1.18
source = bobibo-1.2.0.tar.gz::https://github.com/orzation/bobibo/archive/v1.2.0.tar.gz
sha256sums = ce72366c176646c312abe288130566695fd87d6ecf1b838abf85a9f150586ced
diff --git a/PKGBUILD b/PKGBUILD
index b536f89a53ac..50a55f725f9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: mosquito <mosquito@email.cn>
pkgname=bobibo
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A cli-app, convert pictures to ascii arts."
arch=("x86_64")
url="https://github.com/orzation/bobibo"
license=('GPL3')
-makedepends=('go>=1.17')
+makedepends=('go>=1.18')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/orzation/bobibo/archive/v${pkgver}.tar.gz")
build() {