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