summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorpietro2015-09-23 17:14:04 +0200
committerpietro2015-09-23 17:14:04 +0200
commit82ac690a324973a171ac8bb467014eed960d9ada (patch)
tree2daa174bb26e42e57704c729c26696c3fccb83d7 /PKGBUILD
parent750b98d8d7c96ef8b3d504011384cbf4f4964325 (diff)
downloadaur-82ac690a324973a171ac8bb467014eed960d9ada.tar.gz
simplified pkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c35c1c379252..6effeb92e12c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=st-pizz
_pkgname=st
epoch=1
-pkgver=20150826.33615ae
+pkgver=20150923.821cdb0
pkgrel=1
pkgdesc='Simple virtual terminal emulator for X from Github. Customizations: Droid Sans font; solarized; xcompmgr (optional for transparency)'
url='https://github.com/pizzooid/st'
@@ -28,7 +28,6 @@ pkgver() {
build() {
cd "${srcdir}/${_pkgname}"
#remove the terminfo, because it is provided by ncurses
- sed -i '/\@tic /d' Makefile
make X11INC=/usr/include/X11 X11LIB=/usr/lib/X11
}
@@ -36,6 +35,6 @@ package() {
cd "${srcdir}/${_pkgname}"
make PREFIX=/usr DESTDIR="${pkgdir}" TERMINFO="$pkgdir/usr/share/terminfo" install
install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
- install -Dm644 README.md "${pkgdir}/usr/share/licenses/${pkgname}/README"
+ install -Dm644 README "${pkgdir}/usr/share/licenses/${pkgname}/README"
}
md5sums=('SKIP')