diff options
author | mar77i <mar77i@mar77i.ch> | 2015-10-15 13:43:56 +0200 |
---|---|---|
committer | mar77i <mar77i@mar77i.ch> | 2015-10-15 13:43:56 +0200 |
commit | 19096d1498a90a1dcce0fd39eaa74715bc0331c0 (patch) | |
tree | fb2aa285e0e129651a685959e713a864e43b4530 | |
parent | 70b10beb56f25de245b7fc5331ebe6f15e95b337 (diff) | |
download | AUR-19096d1498a90a1dcce0fd39eaa74715bc0331c0.tar.gz AUR-19096d1498a90a1dcce0fd39eaa74715bc0331c0.tar.zst AUR-19096d1498a90a1dcce0fd39eaa74715bc0331c0.zip |
remove terminfo installation, update maintainer
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,9 +1,10 @@ | |||
1 | # Maintainer: Gaetan Bisson <bisson@archlinux.org> | 1 | # Maintainer: mar77i <mysatyre at gmail dot com> |
2 | # Past Maintainer: Gaetan Bisson <bisson@archlinux.org> | ||
2 | # Contributor: Scytrin dai Kinthra <scytrin@gmail.com> | 3 | # Contributor: Scytrin dai Kinthra <scytrin@gmail.com> |
3 | 4 | ||
4 | pkgname=st-git | 5 | pkgname=st-git |
5 | _pkgname=st | 6 | _pkgname=st |
6 | pkgver=20150603.71fa10f | 7 | pkgver=20151011.f56c58a |
7 | pkgrel=1 | 8 | pkgrel=1 |
8 | pkgdesc='Simple virtual terminal emulator for X' | 9 | pkgdesc='Simple virtual terminal emulator for X' |
9 | url='http://git.suckless.org/st/' | 10 | url='http://git.suckless.org/st/' |
@@ -59,5 +60,4 @@ package() { | |||
59 | make PREFIX=/usr DESTDIR="${pkgdir}" install | 60 | make PREFIX=/usr DESTDIR="${pkgdir}" install |
60 | install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" | 61 | install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE" |
61 | install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README" | 62 | install -Dm644 README "${pkgdir}/usr/share/doc/${pkgname}/README" |
62 | tic -s -o "${pkgdir}/usr/share/terminfo" st.info | ||
63 | } | 63 | } |