summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilk Brewster2019-03-27 07:40:30 +0000
committerMilk Brewster2019-03-27 07:40:30 +0000
commit7b6f8580fcf88ad0c08e74f8d36c60b1a6472917 (patch)
treedc728a570e798fae4f232263a8446cdb9c491bb4
parent495c446953628a8bbe043a5f3d4fcb6c22150061 (diff)
downloadaur-7b6f8580fcf88ad0c08e74f8d36c60b1a6472917.tar.gz
update description
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 772f31ada2d2..3344c0005701 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = noice-git
- pkgdesc = Small file browser
+ pkgdesc = Small terminal file browser written in C
pkgver = 0.8.r0.gae2cb6f
pkgrel = 1
url = http://git.2f30.org/noice/
@@ -7,6 +7,7 @@ pkgbase = noice-git
arch = x86_64
arch = armv6h
license = BSD
+ makedepends = git
depends = ncurses
source = git://git.2f30.org/noice
source = config.h
diff --git a/PKGBUILD b/PKGBUILD
index 99a71f0201ff..03156e088731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@ pkgname=noice-git
_pkgname=noice
pkgver=0.8.r0.gae2cb6f
pkgrel=1
-pkgdesc='Small file browser'
+pkgdesc='Small terminal file browser written in C'
arch=('i686' 'x86_64' 'armv6h')
url='http://git.2f30.org/noice/'
license=('BSD')
depends=('ncurses')
+makedepends=('git')
source=('git://git.2f30.org/noice'
'config.h')
md5sums=('SKIP' 'SKIP')