aboutsummaryrefslogtreecommitdiffstats
path: root/st-custom/PKGBUILD
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2015-10-18 17:49:59 +0200
committerTharre <tharre3@gmail.com>2015-10-18 17:49:59 +0200
commita76dfc1972c361bf4f522e18b07a1a2bf0ffea49 (patch)
tree16319f3b39d50ee5831fc2a5ff4f4e07c7df60b9 /st-custom/PKGBUILD
parenta829e5b4403147e8a95b83c9f9041a7298de89a9 (diff)
downloadpkgbuilds-a76dfc1972c361bf4f522e18b07a1a2bf0ffea49.tar.gz
pkgbuilds-a76dfc1972c361bf4f522e18b07a1a2bf0ffea49.tar.xz
pkgbuilds-a76dfc1972c361bf4f522e18b07a1a2bf0ffea49.zip
st: put config.h changes into a special branch
Diffstat (limited to 'st-custom/PKGBUILD')
-rw-r--r--st-custom/PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/st-custom/PKGBUILD b/st-custom/PKGBUILD
index 4cc8433..d1fbf01 100644
--- a/st-custom/PKGBUILD
+++ b/st-custom/PKGBUILD
@@ -10,10 +10,9 @@ arch=('i686' 'x86_64' 'armv7h')
license=('MIT')
depends=('libxft')
makedepends=('ncurses' 'libxext' 'git')
-source=('st::git+https://github.com/Tharre/st-transparency.git' 'config.h'
+source=('st::git+https://github.com/Tharre/st-transparency.git#branch=custom_config'
'st-terminal.desktop')
md5sums=('SKIP'
- '103434eb772b2db7bb51da2e692e1422'
'bbe3714218145d39b6920961f27692e6')
provides=("${_pkgname}")
@@ -26,7 +25,7 @@ pkgver() {
prepare() {
cd "${srcdir}/${_pkgname}"
- ln -sf "${srcdir}/config.h" config.h
+ ln -sf config.def.h config.h
}
build() {