summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-10-19 22:54:36 -0400
committerAndrew O'Neill2022-10-19 22:54:36 -0400
commita71162668cfe7d3866091e259f3494af67a8405d (patch)
treeab760769764f32ebe0a069a69c112365bba8a698
parent890cd2940e405b667be1b51afa79aaf0e1e688fb (diff)
downloadaur-a71162668cfe7d3866091e259f3494af67a8405d.tar.gz
Update URL
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9802041c0ba7..43edac7c120a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = yash
pkgdesc = Yet Another SHell is a POSIX-compliant command line shell
pkgver = 2.53
pkgrel = 1
- url = http://sourceforge.jp/projects/yash/
+ url = https://yash.osdn.jp
install = yash.install
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index 0b987b8a113c..3e1b4bab1d85 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=2.53
pkgrel=1
pkgdesc='Yet Another SHell is a POSIX-compliant command line shell'
arch=('x86_64' 'armv7h')
-url='http://sourceforge.jp/projects/yash/'
+url='https://yash.osdn.jp'
license=('GPL')
depends=('ncurses')
install="${pkgname}.install"