summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoshless2018-10-04 19:31:58 +0200
committerRoshless2018-10-04 19:31:58 +0200
commite52de48718a90c2416e0e8dfb8db2a496f4f07c8 (patch)
tree9c137526352d0943948f2238cdb8065683f0e44d
parentf25018971d7fd3323da02e79ee5e2edeeb6c9b28 (diff)
downloadaur-e52de48718a90c2416e0e8dfb8db2a496f4f07c8.tar.gz
update version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baa9d2f9021e..5f43fdc98e04 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,16 @@
pkgbase = etc-update-nogithub
pkgdesc = CLI to interactively merge .pacnew in /etc. I don't trust gentoo's github.
- pkgver = 2.3.43
+ pkgver = 2.3.50
pkgrel = 1
url = https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update
- arch = any
+ arch = x86_64
license = GPL
makedepends = git
depends = bash
provides = etc-update
conflicts = etc-update
- source = https://gitweb.gentoo.org/proj/portage.git/snapshot/portage-2.3.43.tar.gz
- md5sums = 50a0bc25bfa45f61ed41d65a54fbfbb9
+ source = https://gitweb.gentoo.org/proj/portage.git/snapshot/portage-2.3.50.tar.gz
+ md5sums = 3433879f464267494adf42d99833028c
pkgname = etc-update-nogithub
diff --git a/PKGBUILD b/PKGBUILD
index e664568b6cef..2c94726e8739 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,9 +2,9 @@
_appname_=etc-update
pkgname=${_appname_}-nogithub
pkgdesc="CLI to interactively merge .pacnew in /etc. I don't trust gentoo's github."
-pkgver=2.3.43
+pkgver=2.3.50
pkgrel=1
-arch=('any')
+arch=('x86_64') # according to (https://paste.roshless.me/WjYx)[this comment from etc-update comments]
url="https://wiki.gentoo.org/wiki/Handbook:X86/Portage/Tools#etc-update"
license=('GPL')
depends=('bash')
@@ -12,7 +12,7 @@ makedepends=('git')
provides=("${_appname_}")
conflicts=("${_appname_}")
source=("https://gitweb.gentoo.org/proj/portage.git/snapshot/portage-${pkgver}.tar.gz")
-md5sums=('50a0bc25bfa45f61ed41d65a54fbfbb9')
+md5sums=('3433879f464267494adf42d99833028c')
package() {
install -Dm 0755 "portage-${pkgver}/bin/${_appname_}" "$pkgdir/usr/bin/${_appname_}"