summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFilipe Nascimento2021-01-30 20:23:28 -0300
committerFilipe Nascimento2021-01-30 20:23:28 -0300
commitf51713451bfde4c3aba49becb3c30f2f96af579a (patch)
tree1ff5322a9f77030123e58e27cb6c727ba873a068
parent8575d4c182d5cf560573819f417851bc177d8c63 (diff)
downloadaur-f51713451bfde4c3aba49becb3c30f2f96af579a.tar.gz
upgpkg: smenu 0.9.17-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b060f05ab670..c79941d52403 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = smenu
- pkgdesc = Terminal utility that reads words from stdin or a file and creates an interactive selection window at the cursor location without clearing the screen
- pkgver = 0.9.16
+ pkgdesc = A powerful and versatile selection tool for interactive or scripting use
+ pkgver = 0.9.17
pkgrel = 1
url = https://github.com/p-gen/smenu
arch = x86_64
license = GPL
depends = ncurses
- source = smenu-0.9.16.tar.gz::https://github.com/p-gen/smenu/archive/v0.9.16.tar.gz
- sha256sums = 8db8026a8d95f01b9a4b775834432b15cfd248868ef2a2ec1232bd534d26dc09
+ source = smenu-0.9.17.tar.gz::https://github.com/p-gen/smenu/archive/v0.9.17.tar.gz
+ sha256sums = f9d174af52d92725710dbcfe3905d511901f810849d81d3f6fc6c51c30bebc7f
pkgname = smenu
diff --git a/PKGBUILD b/PKGBUILD
index df30ebdd5e20..5d966daa859a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,18 @@
# Contributor: Morten Linderud <foxboron@archlinux.org>
pkgname=smenu
-pkgver=0.9.16
+pkgver=0.9.17
pkgrel=1
-pkgdesc="Terminal utility that reads words from stdin or a file and creates an interactive
-selection window at the cursor location without clearing the screen"
+pkgdesc="A powerful and versatile selection tool for interactive or scripting use"
arch=('x86_64')
url="https://github.com/p-gen/smenu"
license=('GPL')
depends=('ncurses')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/p-gen/smenu/archive/v${pkgver}.tar.gz")
-sha256sums=('8db8026a8d95f01b9a4b775834432b15cfd248868ef2a2ec1232bd534d26dc09')
+sha256sums=('f9d174af52d92725710dbcfe3905d511901f810849d81d3f6fc6c51c30bebc7f')
build() {
cd "${pkgname}-${pkgver}"
- ./autogen.sh
./configure --prefix="/usr"
make
}