aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpPailleux2016-08-28 11:56:39 +0200
committerpPailleux2016-08-28 11:56:39 +0200
commit3be52f7dd36f837f50605384467c15a3bac30c1b (patch)
treed931aeae6cfc0bd4c2eb659d61cea2c122530b2c
parent846fcea8a977ea637bc661a6513cf890d7cf0aaf (diff)
downloadaur-3be52f7dd36f837f50605384467c15a3bac30c1b.tar.gz
Again...
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 2 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb5c01cb702f..c95d28748704 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,4 +11,3 @@ pkgbase = bhash_crack-git
sha512sums = SKIP
pkgname = bhash_crack-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 2ddb8d0a8e32..1bb357a1b721 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,6 +12,6 @@ source=("${pkgname}::git+https://github.com/pPailleux/bhash_crack.git")
sha512sums=('SKIP')
package() {
- install -Dm0644 ${srcdir}/bhash_crack.sh ${pkgdir}/opt/${pkgname}/bhash_crack.sh
- install -Dm0750 ${srcdir}/output_sample ${pkgdir}/opt/${pkgname}/output_sample
+ install -Dm0644 bhash_crack.sh ${pkgdir}/opt/${pkgname}/bhash_crack.sh
+ install -Dm0750 output_sample ${pkgdir}/opt/${pkgname}/output_sample
}