summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Printzell2015-11-16 21:23:05 +0100
committerDan Printzell2015-11-16 21:23:05 +0100
commit51371a249b9b66a053bdb7acab70eabf964165d0 (patch)
treeb39205474b087cb70005b2498204a2c1bc264050
parent91bdcd34b04820289da3ae64eff870215c2b2a05 (diff)
downloadaur-51371a249b9b66a053bdb7acab70eabf964165d0.tar.gz
Fixed derp, when copied the PKGBUILD file
Signed-off-by: Dan Printzell <xwildn00bx@gmail.com>
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02927e487cc5..9c0e32175ebc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,8 +10,8 @@ pkgbase = dfmt-git
makedepends = dmd
makedepends = git
depends = libphobos
- provides = dscanner
- conflicts = dscanner
+ provides = dfmt
+ conflicts = dfmt
options = !strip
source = git+https://github.com/Hackerpilot/dfmt
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e874343cd542..a2393e49a4fa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,8 +10,8 @@ license=("BSL")
groups=('dlang')
makedepends=('dmd' 'git')
depends=('libphobos')
-provides=('dscanner')
-conflicts=('dscanner')
+provides=('dfmt')
+conflicts=('dfmt')
options=('!strip')
source=(