summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Sampson2015-10-13 19:35:50 +1100
committerMike Sampson2015-10-13 19:35:50 +1100
commit8f493080f2eec94947e292967ff738fd4569be29 (patch)
tree23048d8c8be6ab67172bf684a95fc2f41df0bb02
parentc37dae29beab10f6cedb89b0ff320dc4afe39ed0 (diff)
downloadaur-8f493080f2eec94947e292967ff738fd4569be29.tar.gz
build -> package and fix depends
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3e72583587e5..7cc2a3be6fa5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = dd_rhelp
url = http://www.kalysto.org/utilities/dd_rhelp/index.en.html
arch = any
license = GPL
- depends = ddrescue
+ depends = dd_rescue
depends = bc
depends = bash
source = http://www.kalysto.org/pkg/dd_rhelp-0.3.0.tar.gz
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