diff options
| author | Mineralwater Xu <[email protected]> | 2022-05-09 14:09:05 +0800 |
|---|---|---|
| committer | Mineralwater Xu <[email protected]> | 2022-05-09 14:09:05 +0800 |
| commit | 29d159efeeae38d385fd29d47c50a498ce37e606 (patch) | |
| tree | a3c2ae30511ffa08be62b94c066f81ef65258ee0 /archlinuxmw/st-mw-git | |
| parent | cf86230019747d41c92daa99dca524d341724d7d (diff) | |
upgpkg: st-mw-git 0.8.4.r5.119ab88-2: modify PKGBUILD & rebuild
Diffstat (limited to 'archlinuxmw/st-mw-git')
| -rw-r--r-- | archlinuxmw/st-mw-git/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archlinuxmw/st-mw-git/PKGBUILD b/archlinuxmw/st-mw-git/PKGBUILD index 06fc218..2ae5488 100644 --- a/archlinuxmw/st-mw-git/PKGBUILD +++ b/archlinuxmw/st-mw-git/PKGBUILD @@ -2,14 +2,14 @@ pkgname=st-mw-git pkgver=0.8.4.r5.119ab88 -pkgrel=1 +pkgrel=2 pkgdesc="MineralwaterXu's build of simple terminal implementation for X" url="https://github.com/MineralwaterXu/st" arch=('x86_64') license=('MIT') depends=('libx11' 'libxft') makedepends=('git') -source=("st::git://github.com/MineralwaterXu/st") +source=("st::git+https://github.com/MineralwaterXu/st.git") sha256sums=('SKIP') pkgver() { |
