summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b6c492e4311..5706c1416b08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = dmake
pkgdesc = A make utility similar to GNU make or the Workshop dmake, formerly used by the OpenOffice.org build system.
pkgver = 4.13.1
pkgrel = 1
- url = https://github.com/mohawk2/dmake.git
+ url = https://github.com/jimjag/dmake.git
arch = i686
arch = x86_64
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 9c5db6c6cecf..4297759ef7c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgrel=1
pkgdesc="A make utility similar to GNU make or the Workshop dmake, formerly used by the OpenOffice.org build system."
arch=('i686' 'x86_64')
license=('GPL')
-url="https://github.com/mohawk2/dmake.git"
+url="https://github.com/jimjag/dmake.git"
depends=('glibc')
source=("$pkgname-$pkgver.tar.gz::https://github.com/jimjag/dmake/archive/v${pkgver}.tar.gz")
sha256sums=('816664f5299b2c0ddbb717e9dcbd15f15438a724a174256b5eba0c6a6d15be6f')