summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorEthan Baker2021-06-01 20:42:26 +0000
committerEthan Baker2021-06-01 20:42:26 +0000
commit2c9d0285b26058bf720def815ded5ceff456a83c (patch)
treeaead64f0f294e546c55d0b05749a05e58a0a0525 /PKGBUILD
parentfd63afebcdd24b69d3396c56ab8b91825f6043d1 (diff)
downloadaur-2c9d0285b26058bf720def815ded5ceff456a83c.tar.gz
Fixing incorrect directory name
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e2c3a311e86..63fed0b116e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer and contributor: Ethan Baker <mail@ethanbaker.dev>
pkgname='cpick'
-pkgver=v1.2.1
+pkgver=1.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")
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/ethanbaker/${pkgname}/archive/v${pkgver}.tar.gz")
sha256sums=('2afee5fabc762b84c9d31e1dcc23593cd9a0376603f135cdd4c9f6f3142ad6c9')
prepare() {