summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD10
1 files changed, 3 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0a0f5b32265c..686d925de431 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,5 @@
-# Maintainer: tuftedocelot@fastmail.fm
+# Maintainer: JohnCiubuc <john.ciubuc@protonmail.com>
+# Contributor: tuftedocelot@fastmail.fm
# Contributor: Lucas de Vries <lucas@glacicle.org>
_pkgname=cortex
pkgname=${_pkgname}-git
@@ -6,18 +7,13 @@ pkgver=31
pkgrel=2
pkgdesc="An ncurses reddit browser and monitor"
license=('MIT/X11')
-arch=('i686' 'x86_64')
+arch=('any')
url="http://cortex.glacicle.org/"
depends=('python')
makedepends=('git')
source=('git+https://github.com/GGLucas/cortex.git')
md5sums=('SKIP')
-pkgver() {
- cd "$srcdir/$_pkgname"
- git rev-list --count HEAD
-}
-
package() {
cd $_pkgname
install -D -m755 "$srcdir/$_pkgname/$_pkgname" "$pkgdir/usr/bin/$_pkgname"