Update to v0.5.0
							parent
							
								
									89211c97da
								
							
						
					
					
						commit
						2ceab10e22
					
				
							
								
								
									
										2
									
								
								.SRCINFO
								
								
								
								
							
							
						
						
									
										2
									
								
								.SRCINFO
								
								
								
								
							| 
						 | 
					@ -1,6 +1,6 @@
 | 
				
			||||||
pkgbase = nheko-git
 | 
					pkgbase = nheko-git
 | 
				
			||||||
	pkgdesc = Desktop client for the Matrix protocol
 | 
						pkgdesc = Desktop client for the Matrix protocol
 | 
				
			||||||
	pkgver = 0.4.3.r678.87042659
 | 
						pkgver = 0.5.0.r732.96a2c614
 | 
				
			||||||
	pkgrel = 1
 | 
						pkgrel = 1
 | 
				
			||||||
	url = https://github.com/mujx/nheko
 | 
						url = https://github.com/mujx/nheko
 | 
				
			||||||
	arch = i686
 | 
						arch = i686
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
							
								
								
									
										7
									
								
								PKGBUILD
								
								
								
								
							
							
						
						
									
										7
									
								
								PKGBUILD
								
								
								
								
							| 
						 | 
					@ -1,7 +1,7 @@
 | 
				
			||||||
# Maintainer: Konstantinos Sideris <siderisk at auth dot gr>
 | 
					# Maintainer: Konstantinos Sideris <siderisk at auth dot gr>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkgname=nheko-git
 | 
					pkgname=nheko-git
 | 
				
			||||||
pkgver=0.4.3.r678.87042659
 | 
					pkgver=0.5.0.r732.96a2c614
 | 
				
			||||||
pkgrel=1
 | 
					pkgrel=1
 | 
				
			||||||
pkgdesc="Desktop client for the Matrix protocol"
 | 
					pkgdesc="Desktop client for the Matrix protocol"
 | 
				
			||||||
arch=("i686" "x86_64")
 | 
					arch=("i686" "x86_64")
 | 
				
			||||||
| 
						 | 
					@ -24,11 +24,14 @@ prepare() {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pkgver() {
 | 
					pkgver() {
 | 
				
			||||||
    cd "$pkgname"
 | 
					    cd "$pkgname"
 | 
				
			||||||
    printf "0.4.3.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 | 
					    printf "0.5.0.r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
build() {
 | 
					build() {
 | 
				
			||||||
    cd "$pkgname"
 | 
					    cd "$pkgname"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					    rm -f cmake/FindOlm.cmake
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF
 | 
					    cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF
 | 
				
			||||||
    cmake --build .deps
 | 
					    cmake --build .deps
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue