PKGBUILD: Update dependencies and package zsh completions
This commit is contained in:
		
							
								
								
									
										11
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								PKGBUILD
									
									
									
									
									
								
							@@ -5,7 +5,8 @@ pkgrel=1
 | 
				
			|||||||
pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
 | 
					pkgdesc="Various scripts for performing file-related operations such as editing and deleting."
 | 
				
			||||||
arch=(any)
 | 
					arch=(any)
 | 
				
			||||||
license=(GPL3)
 | 
					license=(GPL3)
 | 
				
			||||||
depends=(bash fd fzf mlocate python python-termcolor)
 | 
					#depends=(bash fd fzf mlocate python python-termcolor)
 | 
				
			||||||
 | 
					depends=(bash fd fzf)
 | 
				
			||||||
makedepends=(git)
 | 
					makedepends=(git)
 | 
				
			||||||
#makedepends=(git python-setuptools python-sphinx)
 | 
					#makedepends=(git python-setuptools python-sphinx)
 | 
				
			||||||
#checkdepends=(python-hypothesis python-pytest)
 | 
					#checkdepends=(python-hypothesis python-pytest)
 | 
				
			||||||
@@ -32,10 +33,10 @@ package() {
 | 
				
			|||||||
    #python setup.py build
 | 
					    #python setup.py build
 | 
				
			||||||
    #python setup.py install --root="$pkgdir/" --optimize=1
 | 
					    #python setup.py install --root="$pkgdir/" --optimize=1
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    ## Install zsh completions
 | 
					    # Install zsh completions
 | 
				
			||||||
    #for completion in zsh; do
 | 
					    for completion in zsh; do
 | 
				
			||||||
    #    install -m644 "${completion}" "${pkgdir}/usr/share/zsh/site-functions/${plugin##*.}"
 | 
					        install -m644 "${completion}" "${pkgdir}/usr/share/zsh/site-functions/${plugin##*.}"
 | 
				
			||||||
    #done
 | 
					    done
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#check() {
 | 
					#check() {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user