summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-09-24 19:28:16 +0100
committerkewl fft2018-09-24 19:28:16 +0100
commitcf331a9113d00579179ac573a1c21bfa264a7b1f (patch)
tree4e579e05ad6a1b7b30e81b7358022372cb39355e
parentf329bf2fcc0c2de77ac96599c9f98c366d4295cd (diff)
downloadaur-cf331a9113d00579179ac573a1c21bfa264a7b1f.tar.gz
Update to version 2.3.50-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e307573a4991..337d3f0fb90d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = etc-update
pkgdesc = CLI to interactively merge .pacnew in /etc
- pkgver = 2.3.48
+ pkgver = 2.3.50
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.48.tar.gz
- md5sums = f27e23c245e17d2355b7d0f9a846e534
+ source = https://github.com/gentoo/portage/archive/portage-2.3.50.tar.gz
+ md5sums = a68f150fd0ffe6427c8fe4c0d27d6aa1
pkgname = etc-update
diff --git a/PKGBUILD b/PKGBUILD
index d9d588a6e471..df6ce9725e6c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='etc-update'
pkgdesc="CLI to interactively merge .pacnew in /etc"
-pkgver=2.3.48
+pkgver=2.3.50
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=('f27e23c245e17d2355b7d0f9a846e534')
+md5sums=('a68f150fd0ffe6427c8fe4c0d27d6aa1')
package() {
install -Dm 0755 "portage-portage-${pkgver}/bin/${pkgname}" "$pkgdir/usr/bin/${pkgname}"