summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorkewl fft2018-07-28 17:08:34 +0100
committerkewl fft2018-07-28 17:08:34 +0100
commitf87bc58d01f02e08239f26c36504618c6be2ee84 (patch)
tree8147f7f8f374f4361604a7008053320fb9bab7eb
parentb1b8082d5b1e29d65d0862bee2ee495d24c354aa (diff)
downloadaur-f87bc58d01f02e08239f26c36504618c6be2ee84.tar.gz
Update to version 2.3.44-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aaae86a9416d..37d0b4d6279f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = etc-update
pkgdesc = CLI to interactively merge .pacnew in /etc
- pkgver = 2.3.42
+ pkgver = 2.3.44
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.42.tar.gz
- md5sums = 1117a7e637bab1f2fd49169b82e33985
+ source = https://github.com/gentoo/portage/archive/portage-2.3.44.tar.gz
+ md5sums = bf70db8794826406883c72639f904513
pkgname = etc-update
diff --git a/PKGBUILD b/PKGBUILD
index 81d67e8ded01..abcdcd5400c1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname='etc-update'
pkgdesc="CLI to interactively merge .pacnew in /etc"
-pkgver=2.3.42
+pkgver=2.3.44
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=('1117a7e637bab1f2fd49169b82e33985')
+md5sums=('bf70db8794826406883c72639f904513')
package() {
install -Dm 0755 "portage-portage-${pkgver}/bin/${pkgname}" "$pkgdir/usr/bin/${pkgname}"