summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRayrsn2022-08-15 18:46:42 +0300
committerRayrsn2022-08-15 18:46:42 +0300
commit6fe07b1027131246c0bd7bc7b90f512fe95b22e6 (patch)
tree9c788a02152908bdcdec33f99d50d6293850746a
parent23e80166b4a354d4e4122040ae339eb20a76b6e5 (diff)
downloadaur-6fe07b1027131246c0bd7bc7b90f512fe95b22e6.tar.gz
Removed the population scientific notation
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 451155258bd4..f82a4dd03e54 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = weather-cli
pkgdesc = An app made to get weather information through the terminal written in Go
- pkgver = 1.2.1
+ pkgver = 1.2.2
pkgrel = 1
url = https://github.com/Rayrsn/Weather-Cli
arch = x86_64
license = GPL
makedepends = go
- source = https://github.com/Rayrsn/Weather-Cli/archive/refs/tags/1.2.1.zip
- md5sums = f951f6bbd866e1638b555e24f4bdf53b
+ source = https://github.com/Rayrsn/Weather-Cli/archive/refs/tags/1.2.2.zip
+ md5sums = c527ccfa94eae146d593ed69febf8f66
pkgname = weather-cli
diff --git a/PKGBUILD b/PKGBUILD
index ead1c9d0e91c..e53fce541840 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Rayr https://rayr.ml/LinkInBio/
pkgname=weather-cli
-pkgver=1.2.1
+pkgver=1.2.2
pkgrel=1
pkgdesc="An app made to get weather information through the terminal written in Go"
arch=('x86_64')
@@ -9,7 +9,7 @@ url="https://github.com/Rayrsn/Weather-Cli"
license=('GPL')
makedepends=('go')
source=("https://github.com/Rayrsn/Weather-Cli/archive/refs/tags/$pkgver.zip")
-md5sums=('f951f6bbd866e1638b555e24f4bdf53b')
+md5sums=('c527ccfa94eae146d593ed69febf8f66')
build() {
cd "Weather-Cli-$pkgver"
go build