summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55ab1e02a49a..1e9201f666f7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = eltoritopy
pkgdesc = Python utility to extract eltorito images from bootable images
pkgver = 20180418
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/enckse/eltorito
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index b7f8dd1f041f..ac24e51237bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Sean Enck <enckse@gmail.com>
pkgname=eltoritopy
pkgver=20180418
-pkgrel=1
+pkgrel=2
pkgdesc="Python utility to extract eltorito images from bootable images"
url="https://github.com/enckse/eltorito"
depends=("python")