summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMike Sampson2015-10-13 19:35:50 +1100
committerMike Sampson2015-10-13 19:35:50 +1100
commit8f493080f2eec94947e292967ff738fd4569be29 (patch)
tree23048d8c8be6ab67172bf684a95fc2f41df0bb02 /PKGBUILD
parentc37dae29beab10f6cedb89b0ff320dc4afe39ed0 (diff)
downloadaur-dd_rhelp.tar.gz
build -> package and fix depends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c739b54f6dbb..6eee65e95199 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,11 +8,11 @@ pkgdesc="a bash script that handles a very usefull program called dd_rescue."
url="http://www.kalysto.org/utilities/dd_rhelp/index.en.html"
arch=('any')
license=('GPL')
-depends=('ddrescue' 'bc' 'bash')
+depends=('dd_rescue' 'bc' 'bash')
source=(http://www.kalysto.org/pkg/$pkgname-$pkgver.tar.gz)
md5sums=('302f51dff914bfa71268ed57778fe2a6')
-build() {
+package() {
cd $srcdir/$pkgname-$pkgver
install -d $pkgdir/usr/bin
install -m755 dd_rhelp $pkgdir/usr/bin