Compare commits

..

No commits in common. "c3c55ab1fc03b0e3316e610f6919b199a940f713" and "967b877c1bc642730a57a2440b09070afb2fbefe" have entirely different histories.

2 changed files with 2 additions and 14 deletions

View file

@ -2,7 +2,7 @@
pkgname="dendrite" pkgname="dendrite"
pkgrel=1 pkgrel=1
pkgver="0.13.1" pkgver="0.13.0"
pkgdesc="Dendrite is a second-generation Matrix homeserver written in Go!" pkgdesc="Dendrite is a second-generation Matrix homeserver written in Go!"
url="https://github.com/matrix-org/dendrite" url="https://github.com/matrix-org/dendrite"
maintainer="Leafee98 <me@leafee98.com>" maintainer="Leafee98 <me@leafee98.com>"

View file

@ -2,7 +2,7 @@
pkgname="neovim" pkgname="neovim"
pkgver="0.9.0" pkgver="0.9.0"
pkgrel=5 pkgrel=3
pkgcommit="" pkgcommit=""
pkgdesc="A modern editor" pkgdesc="A modern editor"
url="https://github.com/neovim/neovim" url="https://github.com/neovim/neovim"
@ -18,15 +18,3 @@ function package {
mv "${srcdir}/nvim-linux64/lib" "${pkgdir}/usr/lib" mv "${srcdir}/nvim-linux64/lib" "${pkgdir}/usr/lib"
mv "${srcdir}/nvim-linux64/share" "${pkgdir}/usr/share" mv "${srcdir}/nvim-linux64/share" "${pkgdir}/usr/share"
} }
function debian_postinst {
cat << EOF
update-alternatives --install /usr/bin/editor editor /usr/bin/nvim 80
EOF
}
function debian_prerm {
cat << EOF
update-alternatives --remove editor /usr/bin/nvim
EOF
}