summarylogtreecommitdiffstats
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
parentdfe551ad615cdd25277e33cd97c5210613f6f43f (diff)
downloadaur-mvim-git.tar.gz
update branch from master to main
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d1ace904d852..8d7e3b050868 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,6 @@
-# Generated by mksrcinfo v8
-# Tue Sep 4 15:04:20 UTC 2018
pkgbase = mvim-git
pkgdesc = Rename, move or delete files by editing their names with vim.
- pkgver = v0.1.0.r13.g3945fd
+ pkgver = v0.2.0
pkgrel = 1
url = https://github.com/bouttier/mvim
arch = any
@@ -10,8 +8,7 @@ pkgbase = mvim-git
makedepends = git
depends = python
options = !emptydirs
- source = mvim-git::git+https://github.com/bouttier/mvim#branch=master
+ source = mvim-git::git+https://github.com/bouttier/mvim#branch=main
md5sums = SKIP
pkgname = mvim-git
-
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')