From f1de4fd040354fa510d6c7e75f984674cea1f3be Mon Sep 17 00:00:00 2001 From: Mike Swanson Date: Wed, 17 Jan 2018 03:53:48 -0800 Subject: [PATCH] Bump pkgrel, there was an old package... kinda MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit In a “WTF AUR?” moment, this overwrote on top of an old jigdo package that was in the database but didn’t show up in the interfaces at all. --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index decd312..4254d42 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,9 +1,9 @@ # Generated by mksrcinfo v8 -# Wed Jan 17 11:47:48 UTC 2018 +# Wed Jan 17 11:53:11 UTC 2018 pkgbase = jigdo pkgdesc = Distribute large images by sending and receiving the files that make them up pkgver = 0.7.3 - pkgrel = 1 + pkgrel = 6 url = http://atterer.org/jigdo/ arch = i686 arch = x86_64 diff --git a/PKGBUILD b/PKGBUILD index 4ef0296..c1f4a6c 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ pkgname=jigdo pkgver=0.7.3 -pkgrel=1 +pkgrel=6 pkgdesc="Distribute large images by sending and receiving the files that make them up" arch=('i686' 'x86_64') url="http://atterer.org/jigdo/"