summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e15ce064a31..60995f54e109 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = disfetch
pkgdesc = Yet another *nix distro fetching program, but less complex.
pkgver = 1.22
- pkgrel = 0
+ pkgrel = 1
url = https://github.com/llathasa-veleth/disfetch
arch = any
license = MIT
+ makedepends = binutils
depends = bash>=4.0.0
provides = disfetch
source = disfetch-1.22.tar.gz::https://github.com/llathasa-veleth/disfetch/archive/1.22.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a8a640de1efe..3fe45abfa7d0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,12 @@
# Maintainer: Llathasa Veleth <llathasa at outlook dot com>
pkgname=disfetch
pkgver=1.22
-pkgrel=0
+pkgrel=1
pkgdesc='Yet another *nix distro fetching program, but less complex.'
arch=('any')
url="https://github.com/llathasa-veleth/$pkgname"
license=('MIT')
+makedepends=('binutils')
depends=('bash>=4.0.0')
provides=("$pkgname")
source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")