diff options
author | Tharre <tharre3@gmail.com> | 2017-05-18 17:23:03 +0200 |
---|---|---|
committer | Tharre <tharre3@gmail.com> | 2017-05-18 17:23:03 +0200 |
commit | 3ed0774e2cb5015ccbfbdabb90553e5564224c1b (patch) | |
tree | f819400758359829a33fae7271b6cffb8dd2b289 | |
parent | 36c988227c2056f6fa173a0e508d38a0bfb185f8 (diff) | |
download | pkgbuilds-3ed0774e2cb5015ccbfbdabb90553e5564224c1b.tar.gz pkgbuilds-3ed0774e2cb5015ccbfbdabb90553e5564224c1b.tar.xz pkgbuilds-3ed0774e2cb5015ccbfbdabb90553e5564224c1b.zip |
st: fix hashsums and variable order
-rw-r--r-- | st/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/st/PKGBUILD b/st/PKGBUILD index cdd27e1..4e45bfc 100644 --- a/st/PKGBUILD +++ b/st/PKGBUILD @@ -10,13 +10,12 @@ arch=('i686' 'x86_64' 'armv7h') license=('MIT') depends=('libxft' 'adobe-source-code-pro-fonts' 'ttf-dejavu') makedepends=('ncurses' 'libxext' 'git') -source=('st::git+https://github.com/Tharre/st-transparency.git#branch=custom_config' - 'st-terminal.desktop') -md5sums=('SKIP' - 'bbe3714218145d39b6920961f27692e6') - provides=("${_pkgname}") conflicts=("${_pkgname}") +source=('st::git+https://github.com/Tharre/st-transparency.git#branch=custom_config' + 'st-terminal.desktop') +sha256sums=('SKIP' + 'ec9f8e5505f13b450ef180edf3596de4d528fe507fbd1aed7fa715221e64770f') pkgver() { cd "${srcdir}/${_pkgname}" |