summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2020-05-17 19:00:31 -0400
committerkewl fft2020-05-17 19:00:31 -0400
commit03f2ead10de8627d24af3c92b85a6df53e28bb31 (patch)
treebf1afdc051566b9c8e7c58820f0e45ec070bc6ea
parentc41d4f47121dc09eb8787beaefdcaedeaa926972 (diff)
downloadaur-03f2ead10de8627d24af3c92b85a6df53e28bb31.tar.gz
version 2.3.99
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15cc3ac36fd2..fb822e486327 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = etc-update
pkgdesc = CLI to interactively merge .pacnew configuration files
- pkgver = 2.3.60
+ pkgver = 2.3.99
pkgrel = 1
url = https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update
arch = any
@@ -9,8 +9,8 @@ pkgbase = etc-update
depends = bash
optdepends = dialog: for the menu mode (not automode)
backup = etc/etc-update.conf
- source = https://github.com/gentoo/portage/archive/portage-2.3.60.tar.gz
- sha256sums = 363d198ae3f55b2b11ee69e917c429ed5131ed24ffd138fbfdf30189025bdf3f
+ source = https://github.com/gentoo/portage/archive/portage-2.3.99.tar.gz
+ sha256sums = fc5dcc37033d876360c8427d1b6afbdb29786a675d6741909fb341da54568a1d
pkgname = etc-update
diff --git a/PKGBUILD b/PKGBUILD
index f0ec378dc079..5b9b5f461376 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _watch=('https://api.github.com/repos/gentoo/portage/commits?path=bin/etc-update
pkgname='etc-update'
pkgdesc="CLI to interactively merge .pacnew configuration files"
-pkgver=2.3.60
+pkgver=2.3.99
pkgrel=1
arch=('any')
url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update"
@@ -14,7 +14,7 @@ makedepends=('git')
optdepends=('dialog: for the menu mode (not automode)')
backup=("etc/etc-update.conf")
source=("https://github.com/gentoo/portage/archive/portage-${pkgver}.tar.gz")
-sha256sums=('363d198ae3f55b2b11ee69e917c429ed5131ed24ffd138fbfdf30189025bdf3f')
+sha256sums=('fc5dcc37033d876360c8427d1b6afbdb29786a675d6741909fb341da54568a1d')
package() {
install -Dm 0755 -t "${pkgdir}/usr/bin" "portage-portage-${pkgver}/bin/${pkgname}"