summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAxel Gembe2019-12-29 14:44:04 +0700
committerAxel Gembe2019-12-29 14:44:04 +0700
commitd0b896e3c21b3ab59dcd0502de39fa5276e1af20 (patch)
tree9adde097563342ee50affba2754fd8a0a73343a8 /PKGBUILD
parentd4f3f10cd3c1878bda0d46c4918949317c4fd812 (diff)
downloadaur-d0b896e3c21b3ab59dcd0502de39fa5276e1af20.tar.gz
Rename source folder and add provides / conflits on pyrescene
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3869643d29a3..3406c73c202d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,16 @@
# Maintainer: ichundes <derago@gmail.com>
pkgname='pyrescene-hg'
pkgver=816
-pkgrel=1
+pkgrel=2
pkgdesc='pyReScene is a port of ReScene .NET to the Python programming language.'
url='https://bitbucket.org/Gfy/pyrescene'
arch=('any')
license=('MIT' 'GPL' 'Custom')
depends=('python' 'chromaprint' 'python-numpy' 'unrar' 'lib32-libstdc++5')
makedepends=('mercurial' 'git')
-source=('hg+https://bitbucket.org/Gfy/pyrescene/' 'git://github.com/dryes/rarlinux.git')
+provides=("pyrescene")
+conflicts=("pyrescene")
+source=('pyrescene-hg::hg+https://bitbucket.org/Gfy/pyrescene/' 'git://github.com/dryes/rarlinux.git')
md5sums=('SKIP'
'SKIP')