summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Pike2019-11-15 19:11:43 +0800
committerJames Pike2019-11-15 19:11:43 +0800
commit6943752ff8f60bdc4f48bae18078f7956d9b2f2d (patch)
tree4cc0ca4dcb56b190a01d5aad96aada2f1df06bf7
parent5c14bfa32628f836a9a21f5e4023881f112d9f87 (diff)
downloadaur-6943752ff8f60bdc4f48bae18078f7956d9b2f2d.tar.gz
add license, url and pkgdesc
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 8 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 509ce32fc888..c723056a1849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,13 @@
pkgbase = naru
+ pkgdesc = A configurable fuzzy selector with support for multiple selections
pkgver = 0.2.0
- pkgrel = 1
+ pkgrel = 2
+ url = https://github.com/ohjames/naru
arch = i686
arch = x86_64
arch = armv6h
arch = armv7h
+ license = MIT
makedepends = rust
makedepends = cargo
diff --git a/PKGBUILD b/PKGBUILD
index d0306f4fcadc..b8d7ac2a1004 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,12 @@
# Maintainer: James Pike <jpike@chilon.net>
pkgname=naru
pkgver=0.2.0
-pkgrel=1
+pkgrel=2
makedepends=('rust' 'cargo')
arch=('i686' 'x86_64' 'armv6h' 'armv7h')
+license=('MIT')
+pkgdesc="A configurable fuzzy selector with support for multiple selections"
+url="https://github.com/ohjames/naru"
build() {
return 0