Skip to content

Commit

Permalink
Yet another attempt to fix AUR package
Browse files Browse the repository at this point in the history
  • Loading branch information
ovk committed Aug 14, 2022
1 parent 141fdbc commit 43b9279
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dotref/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import enum
import copy

__version__ = '1.2.3'
__version__ = '1.2.4'


class ProfileError(Exception):
Expand Down
4 changes: 2 additions & 2 deletions pkg/arch/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ build() {
package() {
cd "dotref-${pkgver}"
python setup.py install --root="${pkgdir}/" --optimize=1
install -Dm644 completion.bash "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
install -Dm644 completion.fish "${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
install -Dm644 completions/completion.bash "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
install -Dm644 completions/completion.fish "${pkgdir}/usr/share/fish/completions/${pkgname}.fish"
}

0 comments on commit 43b9279

Please sign in to comment.