summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-05-31 19:52:45 -0400
committerAndrew O'Neill2020-05-31 19:52:45 -0400
commitc545dbbf8e948c0c86d2078e88946dfcd8006201 (patch)
tree60ec12baa102b83dcdd7e5de17f4a72107d1ef71
parent06c90883d902a65a6dbe51d6239092b293b07af3 (diff)
downloadaur-c545dbbf8e948c0c86d2078e88946dfcd8006201.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD10
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d7112ff055fe..036cdb1c7da6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yash
pkgdesc = Yet Another SHell is a POSIX-compliant command line shell
- pkgver = 2.49
+ pkgver = 2.50
pkgrel = 1
url = http://sourceforge.jp/projects/yash/
install = yash.install
@@ -8,9 +8,9 @@ pkgbase = yash
arch = armv7h
license = GPL
depends = ncurses
- source = https://osdn.net/dl/yash/yash-2.49.tar.xz
+ source = https://osdn.net/dl/yash/yash-2.50.tar.xz
source = yash.install
- sha256sums = 66eaf11d6c749165a7503801691759ae151e4eae00785875e121db2e9c219c72
+ sha256sums = b6e0e2e607ab449947178da227fa739db4b13c8af9dfe8116b834964b980e24b
sha256sums = c66c7a4b9da4416082ea57bbec0ce0c2bbc13af340ceb1241b4a4897d8944531
pkgname = yash
diff --git a/PKGBUILD b/PKGBUILD
index 524a14e7ada6..a9ec3e3efca2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,17 +2,17 @@
# Contributor: Pablo Lezaeta <prflr88@gmail.com>
pkgname=yash
-pkgver=2.49
+pkgver=2.50
pkgrel=1
-pkgdesc="Yet Another SHell is a POSIX-compliant command line shell"
+pkgdesc='Yet Another SHell is a POSIX-compliant command line shell'
arch=('x86_64' 'armv7h')
-url="http://sourceforge.jp/projects/yash/"
+url='http://sourceforge.jp/projects/yash/'
license=('GPL')
depends=('ncurses')
-install=${pkgname}.install
+install="${pkgname}.install"
source=("https://osdn.net/dl/${pkgname}/${pkgname}-${pkgver}.tar.xz"
"${pkgname}.install")
-sha256sums=('66eaf11d6c749165a7503801691759ae151e4eae00785875e121db2e9c219c72'
+sha256sums=('b6e0e2e607ab449947178da227fa739db4b13c8af9dfe8116b834964b980e24b'
'c66c7a4b9da4416082ea57bbec0ce0c2bbc13af340ceb1241b4a4897d8944531')
build() {