X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=PKGBUILD;h=9e924aa7fbd165fe776b565bc4be57841b43cca4;hb=41774076405dcf671a7243299035986863adb67c;hp=32caae74c69e4bfa84566d605df8b629245a5086;hpb=278ae33272f0cafa397c5da57a29eaf4aa7f609a;p=perso%2FImmae%2FConfig%2FAUR.git diff --git a/PKGBUILD b/PKGBUILD index 32caae7..9e924aa 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,18 +1,19 @@ -# Maintainer: mar77i +# Maintainer: mar77i # Past Maintainer: Gaetan Bisson # Contributor: Scytrin dai Kinthra pkgname=st-git _pkgname=st -pkgver=20160309.3996461 +pkgver=0.7.1.g023225e pkgrel=1 pkgdesc='Simple virtual terminal emulator for X' -url='http://git.suckless.org/st/' +url='http://st.suckless.org/' arch=('i686' 'x86_64') license=('MIT') options=('zipman') depends=('libxft') makedepends=('ncurses' 'libxext' 'git') +epoch=1 # include config.h and any patches you want to have applied here source=('git://git.suckless.org/st') sha1sums=('SKIP') @@ -22,7 +23,7 @@ conflicts=("${_pkgname}") pkgver() { cd "${_pkgname}" - git log -1 --format='%cd.%h' --date=short | tr -d - + git describe --tags |sed 's/-/./g' } prepare() { @@ -38,7 +39,6 @@ prepare() { -e 's/CFLAGS =/CFLAGS +=/g' \ -e 's/LDFLAGS =/LDFLAGS +=/g' \ -e 's/_BSD_SOURCE/_DEFAULT_SOURCE/' \ - -e 's/\(-lXft\)/\1 -lXrender/' \ -i config.mk sed '/@tic/d' -i Makefile for file in "${source[@]}"; do