summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorEthan Baker2021-06-01 20:42:26 +0000
committerEthan Baker2021-06-01 20:42:26 +0000
commit2c9d0285b26058bf720def815ded5ceff456a83c (patch)
treeaead64f0f294e546c55d0b05749a05e58a0a0525
parentfd63afebcdd24b69d3396c56ab8b91825f6043d1 (diff)
downloadaur-2c9d0285b26058bf720def815ded5ceff456a83c.tar.gz
Fixing incorrect directory name
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a567491039af..5aa59df12f8e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = cpick
pkgdesc = Extensive color picker in the terminal.
- pkgver = v1.2.1
+ pkgver = 1.2.1
pkgrel = 4
url = https://github.com/ethanbaker/cpick
arch = x86_64
license = Apache
makedepends = go
- source = cpick-v1.2.1.tar.gz::https://github.com/ethanbaker/cpick/archive/v1.2.1.tar.gz
+ source = cpick-1.2.1.tar.gz::https://github.com/ethanbaker/cpick/archive/v1.2.1.tar.gz
sha256sums = 2afee5fabc762b84c9d31e1dcc23593cd9a0376603f135cdd4c9f6f3142ad6c9
pkgname = cpick
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() {