summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-12-21 12:13:11 +0100
committerMichael Straube2017-12-21 12:13:11 +0100
commit81906254fd5070f80ae6858ca0475993e44f319a (patch)
treee9cd45a55906c286d8185cbe1bc4d2181feda912
parent2914183700059fb612b408be3b0d47e91e703e80 (diff)
downloadaur-81906254fd5070f80ae6858ca0475993e44f319a.tar.gz
Update to 2.46
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16730a63b773..93907a1c936b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yash
pkgdesc = Yet Another SHell is a POSIX-compliant command line shell
- pkgver = 2.45
+ pkgver = 2.46
pkgrel = 1
url = http://sourceforge.jp/projects/yash/
install = yash.install
@@ -8,8 +8,8 @@ pkgbase = yash
arch = x86_64
license = GPL
depends = ncurses
- source = https://de.osdn.net/projects/yash/downloads/67984/yash-2.45.tar.xz
- sha256sums = 5b127d71e0e1edd462b224322c01332819a38eaa442baad807283e139ee56e11
+ source = https://de.osdn.net/projects/yash/downloads/68578/yash-2.46.tar.xz
+ sha256sums = 93431d897ce2b176c9f97b879c70a426ebc125b073d5894c00cd746f3a8455cb
pkgname = yash
diff --git a/PKGBUILD b/PKGBUILD
index fee216d9db4e..1981a970700a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
-# Maintainer: Michael Straube <straubem@gmx.de>
+# Maintainer:
# Contributor: Pablo Lezaeta <prflr88@gmail.com>
pkgname=yash
-pkgver=2.45
+pkgver=2.46
pkgrel=1
pkgdesc="Yet Another SHell is a POSIX-compliant command line shell"
arch=('i686' 'x86_64')
@@ -10,8 +10,8 @@ url="http://sourceforge.jp/projects/yash/"
license=('GPL')
depends=('ncurses')
install=yash.install
-source=("https://de.osdn.net/projects/yash/downloads/67984/yash-${pkgver}.tar.xz")
-sha256sums=('5b127d71e0e1edd462b224322c01332819a38eaa442baad807283e139ee56e11')
+source=("https://de.osdn.net/projects/yash/downloads/68578/yash-${pkgver}.tar.xz")
+sha256sums=('93431d897ce2b176c9f97b879c70a426ebc125b073d5894c00cd746f3a8455cb')
build() {
cd ${pkgname}-${pkgver}