summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2018-04-21 14:26:39 -0400
committerAndrew O'Neill2018-04-21 14:26:39 -0400
commitad9e50b32c662c4c287cc21cc05b1db6043777b3 (patch)
tree43931af28f08f6565208398da08da6e295637bb4
parent90931299e0901ece1ab69b6a55027a6e962a317d (diff)
downloadaur-ad9e50b32c662c4c287cc21cc05b1db6043777b3.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0128a8281e4..d847f1fd4a1e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = yash
pkgdesc = Yet Another SHell is a POSIX-compliant command line shell
- pkgver = 2.46
- pkgrel = 2
+ pkgver = 2.47
+ pkgrel = 1
url = http://sourceforge.jp/projects/yash/
install = yash.install
arch = x86_64
license = GPL
depends = ncurses
- source = https://osdn.net/dl/yash/yash-2.46.tar.xz
- sha256sums = 93431d897ce2b176c9f97b879c70a426ebc125b073d5894c00cd746f3a8455cb
+ source = https://osdn.net/dl/yash/yash-2.47.tar.xz
+ sha256sums = 931f2e7451d8b1eca2a98caeef7eda0527d96376f9f2c9bec90bc5938e39992e
pkgname = yash
diff --git a/PKGBUILD b/PKGBUILD
index e2d4b69a6808..70d2a90e8ab6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Pablo Lezaeta <prflr88@gmail.com>
pkgname=yash
-pkgver=2.46
-pkgrel=2
+pkgver=2.47
+pkgrel=1
pkgdesc="Yet Another SHell is a POSIX-compliant command line shell"
arch=('x86_64')
url="http://sourceforge.jp/projects/yash/"
@@ -11,7 +11,7 @@ license=('GPL')
depends=('ncurses')
install=yash.install
source=("https://osdn.net/dl/$pkgname/$pkgname-$pkgver.tar.xz")
-sha256sums=('93431d897ce2b176c9f97b879c70a426ebc125b073d5894c00cd746f3a8455cb')
+sha256sums=('931f2e7451d8b1eca2a98caeef7eda0527d96376f9f2c9bec90bc5938e39992e')
build() {
cd $pkgname-$pkgver