summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFredrick Brennan2020-02-13 12:37:44 +0800
committerFredrick Brennan2020-02-13 12:37:44 +0800
commit19925a8374e3676dda2d9d1a4015660b269690ea (patch)
treec5d4fa35ff0db57d319b98031c19110871ff3409
parent99459b1bdc51d8d98b66d7fe93568f7d472a894a (diff)
downloadaur-deskew-hg.tar.gz
Upstream changed script location
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a681d4fbd4c7..02630b3de7f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = deskew-hg
pkgdesc = deskew is a command-line program which deskews images containing text
- pkgver = 30.2c46db9991ab
+ pkgver = 89.a33d5fb77b06
pkgrel = 1
- url = http://galfar.vevb.net/wp/projects/deskew/
+ url = http://jwilk.net/software/deskew
arch = any
license = MIT
makedepends = mercurial
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