summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorjose17112019-04-10 11:20:09 +0200
committerjose17112019-04-10 11:20:09 +0200
commit5d28247a5e71435f6346e42b324dbaa92d9ad1a9 (patch)
tree067cf7d6c97f770f9d5df36aa300f87fb6a92c6a /PKGBUILD
parente013fcedc367cff55157ebe0218c3c5b31ce9acc (diff)
downloadaur-5d28247a5e71435f6346e42b324dbaa92d9ad1a9.tar.gz
Readd config.h
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8a6a3b655959..8d3a2c3ef5bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,15 +4,20 @@
pkgname=st
pkgver=0.8.2
-pkgrel=1
+pkgrel=2
pkgdesc='A simple virtual terminal emulator for X.'
arch=('i686' 'x86_64' 'armv7h')
license=('MIT')
depends=('libxft' 'libxext' 'xorg-fonts-misc')
makedepends=('ncurses')
url="http://st.suckless.org"
-source=(http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz)
-sha256sums=('aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35')
+source=(http://dl.suckless.org/st/$pkgname-$pkgver.tar.gz config.h)
+sha256sums=('aeb74e10aa11ed364e1bcc635a81a523119093e63befd2f231f8b0705b15bf35' 'SKIP')
+
+prepare() {
+ # user is supposed to maintain config.h him/herself
+ cp $srcdir/config.h $srcdir/$pkgname-$pkgver/config.h
+}
build() {
cd $srcdir/$pkgname-$pkgver