summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD4
3 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a516102445b..ac92b59c651b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = has
pkgdesc = has checks presence of various command line tools and their versions on the path
- pkgver = 1.4.0
+ pkgver = 1.5.0
pkgrel = 1
url = https://github.com/kdabir/has
arch = any
license = MIT
- source = has-1.4.0.tar.gz::https://github.com/kdabir/has/archive/v1.4.0.tar.gz
- sha256sums = 0e73552dbf59e3da0d9254da87c94599595c9ea07c69a62a4853e69bbf3f0d7d
+ source = has-1.5.0.tar.gz::https://github.com/kdabir/has/archive/v1.5.0.tar.gz
+ sha256sums = d45be15f234556cdbaffa46edae417b214858a4bd427a44a2a94aaa893da7d99
pkgname = has
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4ab7bf9dde68
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,3 @@
+pkg
+src
+has-*
diff --git a/PKGBUILD b/PKGBUILD
index 3d2b3f3eae63..a09e5a265612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Aditya Sirish <aditya@saky.in>
pkgname=('has')
-pkgver=1.4.0
+pkgver=1.5.0
pkgrel=1
pkgdesc='has checks presence of various command line tools and their versions on the path'
arch=('any')
url='https://github.com/kdabir/has'
license=('MIT')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v${pkgver}.tar.gz")
-sha256sums=('0e73552dbf59e3da0d9254da87c94599595c9ea07c69a62a4853e69bbf3f0d7d')
+sha256sums=('d45be15f234556cdbaffa46edae417b214858a4bd427a44a2a94aaa893da7d99')
package() {
cd "${srcdir}/${pkgname}-${pkgver}"