Compare commits
	
		
			No commits in common. "b43fdbcb52dfe7ae5b9a91c0371c104472ce02c3" and "8400a0c96e7393e96625202946d4a2396b66b0b8" have entirely different histories.
		
	
	
		
			b43fdbcb52
			...
			8400a0c96e
		
	
		
							
								
								
									
										6
									
								
								PKGBUILD
									
									
									
									
									
								
							
							
						
						
									
										6
									
								
								PKGBUILD
									
									
									
									
									
								
							@ -1,7 +1,7 @@
 | 
			
		||||
# Maintainer: David Thurstenson <thurstylark@gmail.com>
 | 
			
		||||
pkgname=pacdiff-hook
 | 
			
		||||
pkgver=0.3
 | 
			
		||||
pkgrel=3
 | 
			
		||||
pkgver=0.2
 | 
			
		||||
pkgrel=2
 | 
			
		||||
pkgdesc="A hook to run pacdiff after any run of pacman"
 | 
			
		||||
arch=('any')
 | 
			
		||||
url="https://git.thurstylark.com/tl-pacdiff-hook.git/"
 | 
			
		||||
@ -12,5 +12,5 @@ source=("pacdiff.hook")
 | 
			
		||||
md5sums=('1593196d71a84ac8c5f9d58c96c00508')
 | 
			
		||||
 | 
			
		||||
package() {
 | 
			
		||||
	install -Dm644 pacdiff.hook ${pkgdir}/usr/share/libalpm/hooks/zz-pacdiff.hook
 | 
			
		||||
	install -Dm644 pacdiff.hook ${pkgdir}/usr/share/libalpm/hooks/pacdiff.hook
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
@ -5,6 +5,6 @@ Operation = Remove
 | 
			
		||||
Type = Package
 | 
			
		||||
Target = *
 | 
			
		||||
[Action]
 | 
			
		||||
Description = The following .pacnews were found by pacdiff:
 | 
			
		||||
Description = The following pacdiffs were found:
 | 
			
		||||
When = PostTransaction
 | 
			
		||||
Exec = /usr/bin/pacdiff -o
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user