summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorÉlie Bouttier2023-05-19 11:49:55 +0200
committerÉlie Bouttier2023-05-19 11:49:55 +0200
commit36263bc7f7e73e16409647c426ec8cf309047528 (patch)
tree3fe24f986e08df0168d3508f66a65c5338c3c485 /PKGBUILD
parentdfe551ad615cdd25277e33cd97c5210613f6f43f (diff)
downloadaur-mvim-git.tar.gz
update branch from master to main
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c02028fa748..d046143ea3fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Élie Bouttier <elie+aur@bouttier.eu>
pkgname=mvim-git
-pkgver=v0.1.0.r13.g3945fd5
+pkgver=v0.2.0
pkgrel=1
pkgdesc="Rename, move or delete files by editing their names with vim."
arch=(any)
@@ -9,7 +9,7 @@ license=('APACHE')
depends=('python')
makedepends=('git')
options=(!emptydirs)
-source=("$pkgname"::git+"$url"#branch=master)
+source=("$pkgname"::git+"$url"#branch=main)
noextract=()
md5sums=('SKIP')