diff options
Diffstat (limited to '')
| -rw-r--r-- | sshcd/PKGBUILD | 9 | 
1 files changed, 5 insertions, 4 deletions
| diff --git a/sshcd/PKGBUILD b/sshcd/PKGBUILD index f0cfff0..a43e701 100644 --- a/sshcd/PKGBUILD +++ b/sshcd/PKGBUILD @@ -1,19 +1,20 @@  # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org>  pkgname=sshcd -pkgver=1.0.1 +pkgver=1.0.2  pkgrel=1  pkgdesc="ssh command with directory specification support"  arch=(any) -url="https://github.com/christianbundy/sshcd" +url="https://github.com/fraction/sshcd"  license=(MIT)  depends=(openssh bash)  makedepends=() -source=(https://github.com/christianbundy/sshcd/archive/v${pkgver}.tar.gz) -sha256sums=(166edd9975678f2879bf10ebd334d6331d0fe4236be1ddbbeb10f99df858c332) +source=(https://github.com/fraction/sshcd/archive/v${pkgver}.tar.gz) +sha256sums=(23e86295ffbfac9c04eda68c8a119c4357c4bb5aa663631e67618db83c7dd372)  package() {    cd "$srcdir/$pkgname-$pkgver"    make install PREFIX=/usr DESTDIR="$pkgdir" +  chmod a+x "$pkgdir"/usr/share/licenses/sshcd/ ## Reported, hopefully not required by next release  } | 
