Update version
This commit is contained in:
parent
debe1d5fe8
commit
66314e599d
@ -1,14 +0,0 @@
|
||||
pkgbase = hstr-git
|
||||
pkgdesc = Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history
|
||||
pkgver = 2.3.r3.g6507ac7
|
||||
pkgrel = 1
|
||||
url = https://github.com/dvorka/hstr
|
||||
arch = x86_64
|
||||
license = Apache
|
||||
makedepends = git
|
||||
provides = hstr
|
||||
conflicts = hstr
|
||||
source = hstr-git::git+https://github.com/dvorka/hstr.git
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = hstr-git
|
@ -1,42 +0,0 @@
|
||||
# Maintainer: Kevin Muñoz <kmunoz@condorbs.net>
|
||||
|
||||
pkgname=hstr-git
|
||||
pkgver=3.1.r0.g4dca4c7
|
||||
pkgrel=1
|
||||
pkgdesc="Bash and Zsh shell history suggest box - easily view, navigate, search and manage your command history"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/dvorka/hstr"
|
||||
license=('Apache')
|
||||
makedepends=('git')
|
||||
provides=("${pkgname%-git}")
|
||||
conflicts=("${pkgname%-git}")
|
||||
source=("$pkgname::git+$url.git")
|
||||
sha256sums=('SKIP')
|
||||
|
||||
pkgver() {
|
||||
git -C $pkgname describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
|
||||
}
|
||||
|
||||
prepare() {
|
||||
sed -i "s|<ncursesw/curses.h>|<curses.h>|g" $pkgname/src/include/hstr{,_curses}.h
|
||||
}
|
||||
|
||||
build() {
|
||||
cd $pkgname/build/tarball
|
||||
./tarball-automake.sh
|
||||
|
||||
CFLAGS=${CFLAGS/-Werror=format-security/}
|
||||
CXXFLAGS=${CXXFLAGS/-Werror=format-security/}
|
||||
|
||||
cd ../..
|
||||
./configure --prefix=/usr
|
||||
make
|
||||
}
|
||||
|
||||
package() {
|
||||
install -Dm644 $pkgname/{Changelog,README.md} -t "$pkgdir/usr/share/doc/${pkgname%-git}"
|
||||
|
||||
make -C $pkgname DESTDIR="$pkgdir/" install
|
||||
rm -f "$pkgdir/usr/bin/hh"
|
||||
}
|
||||
|
@ -2,8 +2,8 @@
|
||||
# Contributor: Gabriel Morrison Lima Dantas <gabrielmldantas@gmail.com>
|
||||
# Contributor: Aleksey Kamenskikh <aleksey.kamenskikh@gmail.com>
|
||||
pkgname=mssql-server
|
||||
pkgver=16.0.4045.3
|
||||
_remRevision=1
|
||||
pkgver=16.0.4065.3
|
||||
_remRevision=4
|
||||
_prodver=${pkgver}-${_remRevision}
|
||||
pkgrel=1
|
||||
pkgdesc="Microsoft SQL Server for Linux"
|
||||
@ -33,7 +33,7 @@ optdepends=(
|
||||
#This is a local azure instance that resolves as an alias of "packages.microsoft.com/rhel/7/mssql-server-2019" as some regions have different dir structures
|
||||
source=("http://csd-apt-sea-d-4.southeastasia.cloudapp.azure.com/rhel/8/mssql-server-2022/Packages/m/${pkgname}-${_prodver}.x86_64.rpm")
|
||||
|
||||
sha256sums=('0d9415dc40c96e60d19af40351490e18f73af0eeee0acff5f14c24e078a29c7c')
|
||||
sha256sums=('8d230df0a4927a82a6321128a97d22a20dc59f4fb5954d40335fb106fe82c186')
|
||||
|
||||
install=$pkgname.install
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user