summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshellkr2016-06-24 01:14:47 +0200
committershellkr2016-06-24 01:14:47 +0200
commit6df70b55742ec154d968001ff3467e28bb42dabe (patch)
tree07a32e61bb149e0560d8ce7159cca6b73e6e8815
parent3baf0e3fdbf34b52f2bc42d86c1d673ac2481fc5 (diff)
downloadaur-6df70b55742ec154d968001ff3467e28bb42dabe.tar.gz
forgot to add rofi to the description
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 944094906086..de5e2e64ff9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Jun 23 19:07:58 UTC 2016
+# Thu Jun 23 23:12:17 UTC 2016
pkgbase = textsuggest-git
- pkgdesc = Simple Linux utility to autocomplete words using dmenu2
+ pkgdesc = Simple Linux utility to autocomplete words using rofi
pkgver = r23.1519640
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/bharadwaj-raju/TextSuggest
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index bb9671d81f77..2c69f8d851b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=textsuggest-git
_gitname=${pkgname%-git*}
pkgver=r23.1519640
-pkgrel=1
-pkgdesc='Simple Linux utility to autocomplete words using dmenu2'
+pkgrel=2
+pkgdesc='Simple Linux utility to autocomplete words using rofi'
arch=('any')
url="https://github.com/bharadwaj-raju/TextSuggest"
license=('GPL3')