summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo (XenGi) Band2020-01-15 18:57:27 +0100
committerRicardo (XenGi) Band2020-01-15 18:57:27 +0100
commit8b65d96f4939cbb742a8e1113f778fdf4a2e3df5 (patch)
treef46ebed0536b69672ce9ffe9426bcda0dd11ffc7
parentfcd83acd97782bd8818cf7fd0b72b501ecbe18c1 (diff)
downloadaur-8b65d96f4939cbb742a8e1113f778fdf4a2e3df5.tar.gz
updated to v1.2.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 762764a7d686..fcb9613db7ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = ycat
pkgdesc = Print yaml files with color (powered by goccy/go-yaml)
- pkgver = 1.0.6
+ pkgver = 1.2.0
pkgrel = 1
url = https://github.com/goccy/go-yaml
arch = any
license = MIT
- makedepends = go-pie
- source = https://github.com/goccy/go-yaml/archive/v1.0.6.tar.gz
- sha256sums = 79c4608e2826cb4c8dd1dba50494a76f330e4b47fce598668690dfa61dfb7779
+ makedepends = go
+ source = https://github.com/goccy/go-yaml/archive/v1.2.0.tar.gz
+ sha256sums = 96338e61872995a1b285d94b227b69aaaa18f1a718ffce757fc1ca2d5407599b
pkgname = ycat
diff --git a/PKGBUILD b/PKGBUILD
index 5baac265c704..49653bdc3042 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Ricardo (XenGi) Band <email@ricardo.band>
pkgname=ycat
_pkgname=go-yaml
-pkgver=1.0.6
+pkgver=1.2.0
pkgrel=1
pkgdesc='Print yaml files with color (powered by goccy/go-yaml)'
arch=('any')
url="https://github.com/goccy/go-yaml"
license=('MIT')
-makedepends=('go-pie')
+makedepends=('go')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('79c4608e2826cb4c8dd1dba50494a76f330e4b47fce598668690dfa61dfb7779')
+sha256sums=('96338e61872995a1b285d94b227b69aaaa18f1a718ffce757fc1ca2d5407599b')
build() {
export CGO_LDFLAGS="${LDFLAGS}"