summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Baker2021-06-01 20:40:53 +0000
committerEthan Baker2021-06-01 20:40:53 +0000
commitfd63afebcdd24b69d3396c56ab8b91825f6043d1 (patch)
tree8f6892bf4818682886fe91ad3996a8216a148ff7 /PKGBUILD
parent6fdc99de672b2f8e6eea72c0530e413a1324349f (diff)
downloadaur-fd63afebcdd24b69d3396c56ab8b91825f6043d1.tar.gz
Fixing incorrect versioning
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 67126e8c172b..6e2c3a311e86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer and contributor: Ethan Baker <mail@ethanbaker.dev>
pkgname='cpick'
-pkgver=v1.2.0
-pkgrel=3
+pkgver=v1.2.1
+pkgrel=4
pkgdesc="Extensive color picker in the terminal."
arch=('x86_64')
url="https://github.com/ethanbaker/cpick"
license=('Apache')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethanbaker/${pkgname}/archive/${pkgver}.tar.gz")
-sha256sums=('3ce0afc7e1382b8d298f0b6bc1dc9cbf094984d50407b0c5a85708c79f55cc38')
+sha256sums=('2afee5fabc762b84c9d31e1dcc23593cd9a0376603f135cdd4c9f6f3142ad6c9')
prepare() {
cd "$pkgname-$pkgver"