udevil: fix upstream URL.
This commit is contained in:
parent
2ce5b15b2b
commit
98298a4521
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'udevil'
|
||||
pkgname=udevil
|
||||
version=0.4.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config intltool"
|
||||
makedepends="libglib-devel libudev-devel"
|
||||
|
@ -10,8 +10,8 @@ short_desc="CLI which mounts and unmounts removable devices without a password"
|
|||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://ignorantguru.github.io/udevil/"
|
||||
distfiles="https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$version/$pkgname-$version.tar.xz"
|
||||
checksum=fa4a3d85361d17bb69dd7dabdcfeecd2b0f5fff95698113975d8fbd504af6c2e
|
||||
distfiles="https://github.com/IgnorantGuru/udevil/archive/0.4.1.tar.gz"
|
||||
checksum=fc76b300437c5d491c5f8a6eac467ae9a8fdbe681d0915a369ef1dc74af362db
|
||||
|
||||
post_install() {
|
||||
# Drop useless conf.d/devmon file.
|
||||
|
|
Loading…
Reference in New Issue