summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 69223f63cf56..e91ec97e5dbb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = pkgtop
pkgdesc = Interactive package manager & resource monitor (stable version)
pkgver = 2.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/keylo99/pkgtop
arch = any
license = GPL3
makedepends = go
+ makedepends = git
provides = pkgtop
conflicts = pkgtop-git
source = pkgtop-2.0.zip::https://github.com/keylo99/pkgtop/archive/2.0.zip
diff --git a/PKGBUILD b/PKGBUILD
index 2328e0a45ebf..d603aad99f2e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,11 +4,11 @@
pkgname=pkgtop
pkgdesc="Interactive package manager & resource monitor (stable version)"
pkgver=2.0
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://github.com/keylo99/pkgtop"
license=('GPL3')
-makedepends=('go')
+makedepends=('go' 'git')
provides=("${pkgname}")
conflicts=("${pkgname}-git")
source=("${pkgname}-${pkgver}.zip::https://github.com/keylo99/${pkgname}/archive/${pkgver}.zip")