summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoralxptt2018-11-04 00:16:21 -0400
committeralxptt2018-11-04 00:16:21 -0400
commit16994fff865294c7defce316238ef22466222c6f (patch)
treeed9b759f8044ad47661da1b7ec67f332e1ccdf54
parent59a937025668bca12d5f30721262496e9ea59755 (diff)
downloadaur-16994fff865294c7defce316238ef22466222c6f.tar.gz
sorry I used a random PKGBUILD as a template and forgot to change the maintainer comment lines
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad175d72ab66..88dffa0b6443 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vim-fish-git
pkgdesc = VIM runtime files for FISH stuff
pkgver = 1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dag/vim-fish
arch = any
license = custom:MIT
diff --git a/PKGBUILD b/PKGBUILD
index 95f21302317d..d92f715c46e3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=vim-fish
pkgname=${_pkgname}-git
pkgver=1
-pkgrel=1
+pkgrel=2
pkgdesc='VIM runtime files for FISH stuff'
url='https://github.com/dag/vim-fish'
arch=('any')