diff options
author | Bumsik Kim | 2018-08-09 12:02:23 -0400 |
---|---|---|
committer | Bumsik Kim | 2018-08-09 12:02:23 -0400 |
commit | 78ef711960d1d965243d0ef673d3488661756175 (patch) | |
tree | ae88523125d52cd67cb449a45a9ddc91f8dc6c7c /PKGBUILD | |
parent | 82501cbe46032514fc871cf8a5646a56b6be2eb3 (diff) | |
download | aur-78ef711960d1d965243d0ef673d3488661756175.tar.gz |
Fixed wrong download directory
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ depends=('glib2' 'gtk3' 'gtk2' 'qt4' 'qt5-base' 'libappindicator-gtk3' 'libhangul' 'anthy' 'libchewing' 'librime' 'libxkbcommon' 'wayland') optdepends=('brise: Rime schema repository' 'noto-fonts-cjk: Google Noto CJK fonts') -source=("srcdir::git+https://gitlab.com/nimf-i18n/nimf#commit=f806f6da86f8b4cf168983467953c9a3be7595d6") +source=("nimf-master::git+https://gitlab.com/nimf-i18n/nimf#commit=f806f6da86f8b4cf168983467953c9a3be7595d6") md5sums=('SKIP') build() { |