summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristopher Patrick Fair2020-05-08 20:30:46 -0600
committerChristopher Patrick Fair2020-05-08 20:30:46 -0600
commit145a577539850360476950814a138d111dd1e620 (patch)
tree80a64e1ca91482440dc07ea021bec13e7a730e7d /PKGBUILD
parent897e5c34cc99d39ede67e7dc02ca990f8ce02173 (diff)
downloadaur-145a577539850360476950814a138d111dd1e620.tar.gz
Updated to 1.2.0 which is unit tested in its library which is now
a separate repo.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6dd5200f6caf..86dd43b59e15 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: quenyen
pkgname=weatherreport
-pkgver=1.1.0
+pkgver=1.2.0
pkgrel=2
pkgdesc="A command line tool to get the current weather conditions."
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
@@ -15,8 +15,7 @@ makedepends=(
'go'
)
source=("https://gitlab.com/chrisfair/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
-sha256sums=('23a899e8d6ef990440e1a6eafb34690eebc409f8f042f2d4bb46dabcd55d7b6b')
-
+sha256sums=('2d6f87c261d549f07ce4de6d2f51f19bd48cb35387a989f453a854cf7bd99feb')
build() {
export GOPATH="$srcdir"/gopath
cd "$srcdir/$pkgname-v$pkgver"