[arch-commits] Commit in flex/trunk (PKGBUILD)
Allan McRae
allan at archlinux.org
Wed Jul 27 01:34:56 UTC 2016
Date: Wednesday, July 27, 2016 @ 01:34:56
Author: allan
Revision: 272501
upgpkg: flex 2.6.1-1
upstream update
Modified:
flex/trunk/PKGBUILD
----------+
PKGBUILD | 19 +++++--------------
1 file changed, 5 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-07-26 22:04:14 UTC (rev 272500)
+++ PKGBUILD 2016-07-27 01:34:56 UTC (rev 272501)
@@ -3,26 +3,17 @@
# Contributor: judd <jvinet at zeroflux.org>
pkgname=flex
-pkgver=2.6.0
-pkgrel=3
+pkgver=2.6.1
+pkgrel=1
pkgdesc="A tool for generating text-scanning programs"
arch=('i686' 'x86_64')
-url="http://flex.sourceforge.net"
+url="https://github.com/westes/flex"
license=('custom')
groups=('base-devel')
depends=('glibc' 'm4' 'sh')
-makedepends=('help2man') # needed for the patch...
-source=(http://downloads.sourceforge.net/sourceforge/flex/flex-$pkgver.tar.xz
- flex-2.6.0-comment-style.patch)
-md5sums=('3cbbfa1554d0b75fad9f8100732454de'
- '14c93c3930a8591bed2f736e28c47106')
+source=(https://github.com/westes/flex/releases/download/v$pkgver/flex-$pkgver.tar.xz)
+md5sums=('cd3c86290fc2676a641aefafeb10848a')
-prepare() {
- cd $pkgname-$pkgver
-
- # git commit 07d89829
- patch -p1 -i $srcdir/flex-2.6.0-comment-style.patch
-}
build() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list