summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 11 insertions, 12 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 064581e2a560..cc0d9e77724f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,12 @@
pkgbase = cpick
pkgdesc = Extensive color picker in the terminal.
- pkgver = v1.0.2
- pkgrel = 2
- url = https://gitlab.com/ethanbakerdev/cpick
+ pkgver = v1.2.0
+ pkgrel = 3
+ url = https://github.com/ethanbaker/cpick
arch = x86_64
license = Apache
makedepends = go
- source = https://gitlab.com/ethanbakerdev/cpick/-/archive/v1.0.2/cpick-v1.0.2.tar.gz
- sha256sums = a35040101c802d932ebf60d3db7d0d3ef61c9898af06e98b027096bc0cd19036
+ source = cpick-v1.2.0.tar.gz::https://github.com/ethanbaker/cpick/archive/v1.2.0.tar.gz
+ sha256sums = 3ce0afc7e1382b8d298f0b6bc1dc9cbf094984d50407b0c5a85708c79f55cc38
pkgname = cpick
-
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"