summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Klomp2018-02-25 16:52:16 +0100
committerSven Klomp2018-02-25 16:52:16 +0100
commit3446f4988e0b661c945835e811c6609c39cdcfd2 (patch)
treec9f6374d1863021a8927adbeb1ceb7e4187ab704
parentefcbb20da3258b312ac958f846888e94f5dd4dcd (diff)
downloadaur-3446f4988e0b661c945835e811c6609c39cdcfd2.tar.gz
Remove hard coded git hash
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de4614803948..da7d5409e69e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Feb 25 15:38:27 UTC 2018
+# Sun Feb 25 15:52:01 UTC 2018
pkgbase = planeworld-git
pkgdesc = 2D physics simulation
pkgver = 0.651.53f4a95
@@ -22,7 +22,7 @@ pkgbase = planeworld-git
depends = eigen
depends = gml
provides = planeworld=0.0.1
- source = git+https://github.com/planeworld/planeworld.git#commit=53f4a95ffe7c37fe342026307d9e88b556788a46
+ source = git+https://github.com/planeworld/planeworld.git
md5sums = SKIP
pkgname = planeworld-git
diff --git a/PKGBUILD b/PKGBUILD
index 0d2f0f91f0e9..83543ef69874 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ license=('GPL')
url="http://planeworld.org/"
depends=('sfml' 'lua' 'libnoise2d' 'eigen' 'gml')
makedepends=('gcc-libs' 'git' 'cmake' 'sfml' 'lua' 'libnoise2d' 'eigen' 'gml')
-source=("git+https://github.com/planeworld/planeworld.git#commit=53f4a95ffe7c37fe342026307d9e88b556788a46")
+source=("git+https://github.com/planeworld/planeworld.git")
md5sums=('SKIP')
pkgver() {