comic-git: add provides/replaces
This commit is contained in:
parent
8ba8a62d23
commit
1a07c2d28b
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'comic-git'
|
||||
pkgname=comic-git
|
||||
version=20140705
|
||||
version=20140706
|
||||
revision=1
|
||||
makedepends="libX11-devel libjpeg-turbo-devel"
|
||||
build_style=gnu-makefile
|
||||
|
@ -8,6 +8,8 @@ short_desc="Minimalistic image viewer for Linux"
|
|||
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/yjh0502/comic"
|
||||
provides="comic-${version}_${revision}"
|
||||
replaces="comic>=0"
|
||||
|
||||
do_fetch() {
|
||||
local url="git://github.com/yjh0502/comic"
|
||||
|
|
Loading…
Reference in a new issue