summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArvid Norlander2023-10-11 21:47:11 +0200
committerArvid Norlander2023-10-11 21:47:11 +0200
commit1ad2f4c1f79e60c5e19328df2b4a8bac437f4467 (patch)
tree2f4fadd9315a0417247399860e7ec9131a2939c5
parent998e8bab2b98b2fed6e8f0158db40a5a09ac307d (diff)
downloadaur-1ad2f4c1f79e60c5e19328df2b4a8bac437f4467.tar.gz
Clean up some un-needed lines in the PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48efcc2eb50d..a3928dbd5014 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = chezmoi_modify_manager-git
pkgdesc = Tools for chezmoi to handle mixed settings and state
- pkgver = 2.1.0.r0.351a1c2
+ pkgver = 2.1.5.r0.3a60643
pkgrel = 1
url = https://github.com/VorpalBlade/chezmoi_modify_manager
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0e071e94b2fa..2dd698aa8604 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Arvid Norlander <VorpalBlade@users.noreply.github.com>
pkgname=chezmoi_modify_manager-git
-pkgver=2.1.0.r0.351a1c2
+pkgver=2.1.5.r0.3a60643
pkgrel=1
pkgdesc="Tools for chezmoi to handle mixed settings and state"
arch=(x86_64 i686 armv7h aarch64)
@@ -10,9 +10,7 @@ depends=('openssl')
makedepends=('cargo' 'git')
provides=("${pkgname%-git}")
conflicts=("${pkgname%-git}")
-install=
source=('chezmoi_modify_manager::git+https://github.com/VorpalBlade/chezmoi_modify_manager')
-noextract=()
md5sums=('SKIP')
pkgver() {