summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamran Mackey2015-12-08 04:16:16 -0700
committerKamran Mackey2015-12-08 04:16:16 -0700
commit19810cfdb49fe8727cd0fdd099fda498fb1f98fe (patch)
tree48d1cce7a183652398ea6103a362924fa6afc1ee
parent2b5d8a8581ccb58e6be7658fe009292c1d0d02fc (diff)
downloadaur-19810cfdb49fe8727cd0fdd099fda498fb1f98fe.tar.gz
Skip the md5sums check for all files.
Signed-off-by: Kamran Mackey <kamranm1200@gmail.com>
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9d266cc58c18..4ad59a127344 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,8 +15,8 @@ provides=('git')
install=git-git.install
source=(git://github.com/git/git.git)
md5sums=('SKIP'
- '042524f942785772d7bd52a1f02fe5ae'
- '38c2f495f52a7afa5a0f25127050efc4')
+ 'SKIP'
+ 'SKIP')
_gitname=git
pkgver() {