summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2019-02-08 19:42:05 +0000
committerkewl fft2019-02-08 19:42:05 +0000
commit0401a16ef79cdf2d63e230246a78d53e6b159fdb (patch)
treeb015767e83446516ebc1b67988532b9424e5bdb6
parentc28c7e5d6c063fdde1cce043c229ae139f50150b (diff)
downloadaur-0401a16ef79cdf2d63e230246a78d53e6b159fdb.tar.gz
Update to version 2.3.59-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 89eb2622917b..03be05b5c2ec 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = etc-update
pkgdesc = CLI to interactively merge .pacnew in /etc
- pkgver = 2.3.58
+ pkgver = 2.3.59
pkgrel = 1
url = https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update
arch = any
license = GPL
makedepends = git
depends = bash
- source = https://github.com/gentoo/portage/archive/portage-2.3.58.tar.gz
- md5sums = 3b31c591d2728f03845698c0ae2f2786
+ source = https://github.com/gentoo/portage/archive/portage-2.3.59.tar.gz
+ md5sums = 26b4437e3b398dbbe8f5e61922708875
pkgname = etc-update
diff --git a/PKGBUILD b/PKGBUILD
index c3acbd58bca8..100b885fc22f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='etc-update'
pkgdesc="CLI to interactively merge .pacnew in /etc"
-pkgver=2.3.58
+pkgver=2.3.59
pkgrel=1
arch=('any')
url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update"
@@ -11,7 +11,7 @@ license=('GPL')
depends=('bash')
makedepends=('git')
source=("https://github.com/gentoo/portage/archive/portage-${pkgver}.tar.gz")
-md5sums=('3b31c591d2728f03845698c0ae2f2786')
+md5sums=('26b4437e3b398dbbe8f5e61922708875')
package() {
install -Dm 0755 "portage-portage-${pkgver}/bin/${pkgname}" "$pkgdir/usr/bin/${pkgname}"