diff options
-rw-r--r-- | sshcd/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sshcd/PKGBUILD b/sshcd/PKGBUILD index a43e701..3e789f1 100644 --- a/sshcd/PKGBUILD +++ b/sshcd/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Mattias Andrée <`base64 -d`(bWFhbmRyZWUK)@member.fsf.org> pkgname=sshcd -pkgver=1.0.2 +pkgver=1.0.3 pkgrel=1 pkgdesc="ssh command with directory specification support" arch=(any) @@ -10,11 +10,10 @@ license=(MIT) depends=(openssh bash) makedepends=() source=(https://github.com/fraction/sshcd/archive/v${pkgver}.tar.gz) -sha256sums=(23e86295ffbfac9c04eda68c8a119c4357c4bb5aa663631e67618db83c7dd372) +sha256sums=(7c5b3dd5ece57a849467167279385cbb8e433617afefe8dee409e3d60d199ca8) 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 } |