Skip to content

Commit

Permalink
reflex: Update to 20230523
Browse files Browse the repository at this point in the history
* PKGBUILD:
  - update version
  - remove obsolete patch
  • Loading branch information
jannick0 committed Jul 21, 2023
1 parent ce7b339 commit 02ae107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 33 deletions.
27 changes: 0 additions & 27 deletions reflex/0001-t20210808-Makefile.in-fix-target-install.man.patch

This file was deleted.

9 changes: 3 additions & 6 deletions reflex/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,23 +1,20 @@

_realname=reflex
pkgname=${_realname}
pkgver=20221012
pkgver=20230523
pkgrel=1
pkgdesc="A variant of the flex fast lexical scanner"
arch=('i686' 'x86_64')
url="https://invisible-island.net/reflex"
license=('BSD')
makedepends=('autotools' 'gcc')

source=("${_realname}-${pkgver}.tar.gz::https://github.com/ThomasDickey/${_realname}-snapshots/archive/t${pkgver}.tar.gz"
'0001-t20210808-Makefile.in-fix-target-install.man.patch')
sha256sums=('4324a201d755c3cc33359dd2395fbf731918bc4449dfa089ceae6fd47333fa98'
'30f8bd875e9a6e93c7958dde4d1c99af76bed160726c3af675b0e13f5348b7fd')
source=("${_realname}-${pkgver}.tar.gz::https://github.com/ThomasDickey/${_realname}-snapshots/archive/t${pkgver}.tar.gz")
sha256sums=('48462f9fb66efb0445d9a8119d821b6a1209da83a346e5275575b24f069c4640')


prepare() {
pushd "${_realname}-snapshots-t${pkgver}"
patch -p1 < '../0001-t20210808-Makefile.in-fix-target-install.man.patch'
autoreconf -vfi
popd
}
Expand Down

0 comments on commit 02ae107

Please sign in to comment.