mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 17:54:31 +01:00
Add conflicts and provides for transition to git
This commit is contained in:
parent
0cfd4603a0
commit
7981e72efb
2 changed files with 5 additions and 1 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -9,6 +9,8 @@ pkgbase = eweather-git
|
|||
makedepends = git
|
||||
depends = libeweather-svn
|
||||
depends = enlightenment17
|
||||
provides = eweather-svn
|
||||
conflicts = eweather-svn
|
||||
options = !libtool
|
||||
source = git://git.enlightenment.org/E-MODULES-EXTRA/eweather.git
|
||||
md5sums = SKIP
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -11,6 +11,8 @@ url="http://www.enlightenment.org"
|
|||
license=('LGPL2.1')
|
||||
depends=('libeweather-svn' 'enlightenment17')
|
||||
makedepends=('git')
|
||||
conflicts=("$_pkgname-svn")
|
||||
provides=("$_pkgname-svn")
|
||||
options=('!libtool')
|
||||
source=("git://git.enlightenment.org/E-MODULES-EXTRA/$_pkgname.git")
|
||||
md5sums=('SKIP')
|
||||
|
|
@ -44,7 +46,7 @@ package() {
|
|||
install -Dm644 README "$pkgdir/usr/share/$_pkgname/README"
|
||||
|
||||
# install license files
|
||||
install -Dm644 COPYING-PLAIN "$pkgdir/usr/share/licenses/$pkgname/COPYING"
|
||||
install -Dm644 AUTHORS "$pkgdir/usr/share/licenses/$pkgname/AUTHORS"
|
||||
install -Dm644 COPYING-PLAIN "$pkgdir/usr/share/licenses/$pkgname/COPYING-PLAIN"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue