Update PKGBUILD - merge pull request #349 from Busindre/master

This commit is contained in:
Martin Dvorak 2019-09-18 08:08:34 +02:00 committed by GitHub
commit b6d67b84fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,7 @@
# Maintainer: Christian Wieden <wiedenchr at gmail dot com> # Maintainer: Christian Wieden <wiedenchr at gmail dot com>
# Contributor: Ricardo Band <me at xengi dot de> # Contributor: Ricardo Band <me at xengi dot de>
# Contributor: Filip Szymański <fszymanski at, fedoraproject.org> # Contributor: Filip Szymański <fszymanski at, fedoraproject.org>
# Contributor: Busindre <busilezas at busindre.com>
pkgname=hstr pkgname=hstr
pkgver=2.0 pkgver=2.0
@ -11,7 +12,7 @@ url="https://github.com/dvorka/hstr"
license=('Apache') license=('Apache')
makedepends=('autoconf' 'automake' 'ncurses' 'readline') makedepends=('autoconf' 'automake' 'ncurses' 'readline')
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dvorka/${pkgname}/archive/${pkgver}.tar.gz) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/dvorka/${pkgname}/archive/${pkgver}.tar.gz)
sha256sums=('6c130afd8ca570ee1988a0c7d6a96efeeabd21be7e05ce1f3144bb3c86c74441') sha256sums=('8d93ed8bfee1a979e8d06646e162b70316e2097e16243636d81011ba1000627a')
prepare() { prepare() {
cd "${pkgname}-${pkgver}" cd "${pkgname}-${pkgver}"