summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGrey Christoforo2015-09-15 14:27:11 +0100
committerGrey Christoforo2015-09-15 14:27:11 +0100
commit818d9434438e794593c387f6fcc13f81f340556c (patch)
treeebc857f376153634ecf25f27096798e8116d2260
parentd54fb79d3a192b39ef930b9e29bca96f0992ef26 (diff)
downloadaur-818d9434438e794593c387f6fcc13f81f340556c.tar.gz
fix line endings
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20ed810a2415..bc7e6d8a273c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = f-engrave
pkgver = 1.51
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/Ultimaker/libArcus
arch = i686
arch = x86_64
license = GPLv3
+ makedepends = dos2unix
depends = python
depends = ttf2cxf
source = http://www.scorchworks.com/Fengrave/F-Engrave-1.51_src.zip
diff --git a/PKGBUILD b/PKGBUILD
index f86eaad0d305..684d48e4dfe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,12 @@
pkgname=f-engrave
pkgver=1.51
-pkgrel=1
+pkgrel=2
pkgdesc=""
url="https://github.com/Ultimaker/libArcus"
arch=('i686' 'x86_64')
license=('GPLv3')
+makedepends=('dos2unix')
depends=('python' 'ttf2cxf')
source=(http://www.scorchworks.com/Fengrave/F-Engrave-${pkgver}_src.zip arch.patch)
md5sums=('e17d5345f703b05618b9c1eae6b81ce2'
@@ -20,6 +21,7 @@ prepare() {
package() {
cd F-Engrave-${pkgver}_src
install -Dm755 f-engrave-151.py "$pkgdir/usr/bin/f-engrave"
+ dos2unix "$pkgdir/usr/bin/f-engrave"
}
# vim:set ts=2 sw=2 et: