summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFredrick Brennan2020-02-13 12:37:44 +0800
committerFredrick Brennan2020-02-13 12:37:44 +0800
commit19925a8374e3676dda2d9d1a4015660b269690ea (patch)
treec5d4fa35ff0db57d319b98031c19110871ff3409 /PKGBUILD
parent99459b1bdc51d8d98b66d7fe93568f7d472a894a (diff)
downloadaur-deskew-hg.tar.gz
Upstream changed script location
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e967c282d001..7fa3e815164e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
pkgname=deskew-hg
_hgname=app-deskew
_bbuser=galfar
-pkgrel=2
-pkgver=30.2c46db9991ab
+pkgrel=1
+pkgver=89.a33d5fb77b06
pkgdesc="deskew is a command-line program which deskews images containing text"
arch=("any")
url="http://jwilk.net/software/deskew"
license=('MIT')
-depends=('python')
makedepends=('mercurial' 'fpc')
source=("${_hgname}::hg+https://bitbucket.org/${_bbuser}/${_hgname}")
provides=('deskew')
@@ -22,6 +21,7 @@ pkgver() {
package() {
cd "$_hgname"
+ cd Scripts
# Change \r\n to \n
tr -d '\r' < Compile.bat > compile.sh
chmod +x compile.sh