diff options
author | Tharre <tharre3@gmail.com> | 2015-08-04 18:22:50 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2015-08-04 18:22:50 +0200 |
commit | 28ef1ecdd7e6c96249fdb488a3a017b4b46aa42d (patch) | |
tree | c4187e9098ea0c7790d6f22cfc75a471faa4bb64 /st-custom/PKGBUILD | |
parent | 4ecc8212a30bab604ad161d02eea802399bda567 (diff) | |
download | pkgbuilds-28ef1ecdd7e6c96249fdb488a3a017b4b46aa42d.tar.gz pkgbuilds-28ef1ecdd7e6c96249fdb488a3a017b4b46aa42d.tar.xz pkgbuilds-28ef1ecdd7e6c96249fdb488a3a017b4b46aa42d.zip |
st: update configuration
Diffstat (limited to 'st-custom/PKGBUILD')
-rw-r--r-- | st-custom/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/st-custom/PKGBUILD b/st-custom/PKGBUILD index 7e2b10a..46fbeb4 100644 --- a/st-custom/PKGBUILD +++ b/st-custom/PKGBUILD @@ -2,7 +2,7 @@ pkgname=st-custom _pkgname=st -pkgver=0.6.r13.gd032b61 +pkgver=0.6.r19.gee5cad4 pkgrel=1 pkgdesc='Simple virtual terminal emulator for X' url='http://git.suckless.org/st/' @@ -13,9 +13,9 @@ makedepends=('ncurses' 'libxext' 'git') source=('git://git.suckless.org/st' 'config.h' 'st-terminal.desktop' '0001-Add-transparency.patch') md5sums=('SKIP' - 'af42baee3a52e354a5b7a308047dde70' + 'd5c73780a8cfc8df4133653dfd99ecc2' 'bbe3714218145d39b6920961f27692e6' - '71961029aa5cf2b9e01bc7bea7e5b757') + '2fb7d75cac7ebf49dbdd43eeed955020') provides=("${_pkgname}") conflicts=("${_pkgname}") |