summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoremma2023-06-26 23:09:15 -0600
committeremma2023-06-26 23:09:15 -0600
commit4d8756582ea798c4eece0db429da7f8fab075457 (patch)
tree8869277fa7cf2917600d08231edadf1e26a3c50a
parentf5dcb648f868d5ef613a6d85fda77192d2eed31f (diff)
downloadaur-4d8756582ea798c4eece0db429da7f8fab075457.tar.gz
incremented pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5677bb0b9110..1edcef93ae6b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = busybox-coreutils
pkgdesc = POSIX-compliant utility applets from BusyBox.
pkgver = 1.36.0
- pkgrel = 1
+ pkgrel = 2
url = https://busybox.net/
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index c09ec9076f02..c22fc9984c61 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgbase="busybox"
pkgname="$_pkgbase-coreutils"
pkgver=1.36.0
-pkgrel=1
+pkgrel=2
pkgdesc="POSIX-compliant utility applets from BusyBox."
arch=('any')
url="https://busybox.net/"