summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Baker2021-06-01 20:36:54 +0000
committerEthan Baker2021-06-01 20:36:54 +0000
commit6fdc99de672b2f8e6eea72c0530e413a1324349f (patch)
tree21838bd7ff3f3d991ec172d96a43c2a6b12a786f /PKGBUILD
parent1508bf80c01ba1be46a930c4e64c5e19eaa17ac7 (diff)
downloadaur-6fdc99de672b2f8e6eea72c0530e413a1324349f.tar.gz
Version 1.2.1, cpick is now on github
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 84084093fb56..67126e8c172b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
-# Maintainer and Contributor: Ethan Baker <mail@ethanbaker.dev>
+# Maintainer and contributor: Ethan Baker <mail@ethanbaker.dev>
pkgname='cpick'
-pkgver=v1.0.2
-pkgrel=2
+pkgver=v1.2.0
+pkgrel=3
pkgdesc="Extensive color picker in the terminal."
arch=('x86_64')
-url="https://gitlab.com/ethanbakerdev/cpick"
+url="https://github.com/ethanbaker/cpick"
license=('Apache')
makedepends=('go')
-source=("$url/-/archive/$pkgver/cpick-$pkgver.tar.gz")
-sha256sums=('a35040101c802d932ebf60d3db7d0d3ef61c9898af06e98b027096bc0cd19036')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethanbaker/${pkgname}/archive/${pkgver}.tar.gz")
+sha256sums=('3ce0afc7e1382b8d298f0b6bc1dc9cbf094984d50407b0c5a85708c79f55cc38')
prepare() {
cd "$pkgname-$pkgver"