Skip md5sums for all the repos
							parent
							
								
									425afb6a87
								
							
						
					
					
						commit
						84d47a215f
					
				
							
								
								
									
										3
									
								
								.SRCINFO
								
								
								
								
							
							
						
						
									
										3
									
								
								.SRCINFO
								
								
								
								
							|  | @ -13,9 +13,10 @@ pkgbase = nheko-git | ||||||
| 	makedepends = qt5-tools | 	makedepends = qt5-tools | ||||||
| 	depends = qt5-base | 	depends = qt5-base | ||||||
| 	depends = lmdb | 	depends = lmdb | ||||||
| 	source = git://github.com/mujx/nheko.git | 	source = nheko-git::git://github.com/mujx/nheko.git | ||||||
| 	source = git://github.com/bendiken/lmdbxx.git | 	source = git://github.com/bendiken/lmdbxx.git | ||||||
| 	md5sums = SKIP | 	md5sums = SKIP | ||||||
|  | 	md5sums = SKIP | ||||||
| 
 | 
 | ||||||
| pkgname = nheko-git | pkgname = nheko-git | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
							
								
								
									
										7
									
								
								PKGBUILD
								
								
								
								
							
							
						
						
									
										7
									
								
								PKGBUILD
								
								
								
								
							|  | @ -12,12 +12,11 @@ license=("GPL3") | ||||||
| depends=("qt5-base" "lmdb") | depends=("qt5-base" "lmdb") | ||||||
| makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools") | makedepends=("git" "cmake" "gcc" "fontconfig" "qt5-tools") | ||||||
| 
 | 
 | ||||||
| source=("git://github.com/mujx/nheko.git" | source=($pkgname::git://github.com/mujx/nheko.git git://github.com/bendiken/lmdbxx.git) | ||||||
|         "git://github.com/bendiken/lmdbxx.git") | md5sums=("SKIP" "SKIP") | ||||||
| md5sums=("SKIP") |  | ||||||
| 
 | 
 | ||||||
| prepare() { | prepare() { | ||||||
|   cd nheko |   cd "$pkgname" | ||||||
|   git submodule init |   git submodule init | ||||||
|   git config submodule.lmdbxx.url $srcdir/libs/lmdbxx |   git config submodule.lmdbxx.url $srcdir/libs/lmdbxx | ||||||
|   git submodule update |   git submodule update | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue