summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD10
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5aa59df12f8e..461a69b4c974 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cpick
- pkgdesc = Extensive color picker in the terminal.
- pkgver = 1.2.1
- pkgrel = 4
+ pkgdesc = Extensive color picker in the terminal!
+ pkgver = 1.3.0
+ pkgrel = 5
url = https://github.com/ethanbaker/cpick
arch = x86_64
- license = Apache
+ license = Apache 2.0
makedepends = go
- source = cpick-1.2.1.tar.gz::https://github.com/ethanbaker/cpick/archive/v1.2.1.tar.gz
- sha256sums = 2afee5fabc762b84c9d31e1dcc23593cd9a0376603f135cdd4c9f6f3142ad6c9
+ source = cpick-1.3.0.tar.gz::https://github.com/ethanbaker/cpick/archive/v1.3.0.tar.gz
+ sha256sums = a5bceebb2b1ae98fad6d884a81d7ed2ab21c5c1714a9da1305fdfc6b230357c0
pkgname = cpick
diff --git a/PKGBUILD b/PKGBUILD
index 63fed0b116e8..b9e9f295cb86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer and contributor: Ethan Baker <mail@ethanbaker.dev>
pkgname='cpick'
-pkgver=1.2.1
-pkgrel=4
-pkgdesc="Extensive color picker in the terminal."
+pkgver=1.3.0
+pkgrel=5
+pkgdesc="Extensive color picker in the terminal!"
arch=('x86_64')
url="https://github.com/ethanbaker/cpick"
-license=('Apache')
+license=('Apache 2.0')
makedepends=('go')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethanbaker/${pkgname}/archive/v${pkgver}.tar.gz")
-sha256sums=('2afee5fabc762b84c9d31e1dcc23593cd9a0376603f135cdd4c9f6f3142ad6c9')
+sha256sums=('a5bceebb2b1ae98fad6d884a81d7ed2ab21c5c1714a9da1305fdfc6b230357c0')
prepare() {
cd "$pkgname-$pkgver"