summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorethandbaker2020-06-19 19:14:08 +0000
committerethandbaker2020-06-19 19:14:08 +0000
commit6840a39315f34cc1a8ffec14cf209e087b5a25c2 (patch)
treed6c1a3a8395b2fefbbb046bbab8d256776df0e7f /PKGBUILD
parentb8287ddd0d8b7adfa4fb396e687977f782488351 (diff)
downloadaur-6840a39315f34cc1a8ffec14cf209e087b5a25c2.tar.gz
Updating to version 0.9.5
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD17
1 files changed, 1 insertions, 16 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1b1d0a654ad2..5c44730a1da6 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,30 +1,15 @@
# Maintainer: Ethan Baker <mail@ethanbaker.dev>
# Contributor: Ethan Baker <mail@ethanbaker.dev>
pkgname='cpick'
-pkgver=v0.9.3
+pkgver=v0.9.5
pkgrel=1
-#epoch=
pkgdesc="Extensive color picker in the terminal."
arch=('x86_64')
url="https://gitlab.com/ethanbakerdev/cpick"
license=('Apache')
-groups=()
-depends=()
makedepends=('git' 'go')
-checkdepends=()
-optdepends=()
-provides=()
-conflicts=()
-replaces=()
-backup=()
-options=()
-#install=
-#changelog=
source=("git+https://gitlab.com/ethanbakerdev/cpick.git#tag=$pkgver")
-noextract=()
sha256sums=('SKIP')
-#md5sums=()
-#validpgpkeys=()
pkgver() {
cd "$pkgname"