summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authororhun2020-08-07 23:36:09 +0300
committerorhun2020-08-07 23:36:09 +0300
commitb0bbe611984c36ff1b24f23fec742f84193785d8 (patch)
treed8c948da83fd022db2474c15ca6d63bcb8d49966
parent5d27be51d111073f94c8347eaa1827e3868d0051 (diff)
downloadaur-b0bbe611984c36ff1b24f23fec742f84193785d8.tar.gz
Release v2.4
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore3
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8e379f653098..7028888f967b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = pkgtop-git
pkgdesc = Interactive package manager & resource monitor
- pkgver = 2.3.r0.g26538c7
+ pkgver = 2.4.r0.g639b2fe
pkgrel = 1
url = https://github.com/orhun/pkgtop
- arch = any
+ arch = x86_64
license = GPL3
makedepends = go
depends = git
- provides = pkgtop
- conflicts = pkgtop
- source = git://github.com/orhun/pkgtop.git#branch=master
+ source = git+https://github.com/orhun/pkgtop
sha256sums = SKIP
pkgname = pkgtop-git
diff --git a/.gitignore b/.gitignore
index 82e1839856b9..df6689691418 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,5 @@
/pkg/
/src/
/pkgtop/
-*.tar.xz \ No newline at end of file
+*.tar.xz
+*.tar.zst \ No newline at end of file
diff --git a/PKGBUILD b/PKGBUILD
index f48cb0243156..0fc867233a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,14 @@
pkgname=pkgtop-git
pkgdesc="Interactive package manager & resource monitor"
-pkgver=2.3.r0.g26538c7
+pkgver=2.4.r0.g639b2fe
pkgrel=1
-arch=('any')
+arch=('x86_64')
url="https://github.com/orhun/pkgtop"
license=('GPL3')
depends=('git')
makedepends=('go')
-provides=("${pkgname%-git}")
-conflicts=("${pkgname%-git}")
-source=('git://github.com/orhun/pkgtop.git#branch=master')
+source=("git+$url")
sha256sums=('SKIP')
pkgver() {