summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIván Ruvalcaba2017-04-24 12:03:04 -0500
committerIván Ruvalcaba2017-04-24 12:03:04 -0500
commit18e8bb3af043bf6a819e6ba4b8367e323a95f11e (patch)
tree64f8f58dc6d793341692ee303f351d2b1d8991d6
parentccda1bbcaac0db744761e22ffb829f8a30bc8003 (diff)
downloadaur-ctmg.tar.gz
Improve package
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 426e967cd728..8373a2fe0e77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('any')
url="https://git.zx2c4.com/ctmg/"
license=('ISC')
depends=('cryptsetup' 'e2fsprogs' 'coreutils')
-source=("https://git.zx2c4.com/ctmg/snapshot/${pkgname}-${pkgver}.tar.xz"
+source=("https://git.zx2c4.com/${pkgname}/snapshot/${pkgname}-${pkgver}.tar.xz"
"ctmg.1")
md5sums=('ed4c016d905137eb28fe79217df7de04'
'bdded0046afd35ba47cba9185b81f9a3')
@@ -20,11 +20,11 @@ package() {
# Doc files
install -Dm644 README.md \
- "$pkgdir/usr/share/doc/${pkgname}/README"
+ "{$pkgdir}/usr/share/doc/${pkgname}/README"
# Man files
install -Dm644 ../ctmg.1 \
- "$pkgdir/usr/share/man/man1/ctmg.1"
+ "${pkgdir}/usr/share/man/man1/ctmg.1"
# License
install -Dm644 LICENSE \