summarylogtreecommitdiffstats
diff options
context:
space:
mode:
author凌莞2022-01-29 13:31:52 +0800
committer凌莞2022-01-29 13:31:52 +0800
commit345d1465c1f07ce622d131ffd7030a4213d62095 (patch)
treec9dd8f8d13b02b411094c36e780544241e2730a3
parentf417604caab7df08a56328a7932eef6c45452a19 (diff)
downloadaur-345d1465c1f07ce622d131ffd7030a4213d62095.tar.gz
fix: increase pkgrel to update the package
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8de0c719a3fd..3fef180c0696 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = balena-etcher
pkgdesc = Flash OS images to SD cards & USB drives, safely and easily
pkgver = 1.7.3
- pkgrel = 1
+ pkgrel = 2
epoch = 2
url = https://balena.io/etcher
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ac3e042e5b08..94613d814556 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=balena-etcher
_pkgname=etcher
pkgver=1.7.3
-pkgrel=1
+pkgrel=2
epoch=2
pkgdesc='Flash OS images to SD cards & USB drives, safely and easily'
arch=('x86_64' 'i686' 'armv7h' 'aarch64')