summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Gembe2019-12-29 14:44:04 +0700
committerAxel Gembe2019-12-29 14:44:04 +0700
commitd0b896e3c21b3ab59dcd0502de39fa5276e1af20 (patch)
tree9adde097563342ee50affba2754fd8a0a73343a8
parentd4f3f10cd3c1878bda0d46c4918949317c4fd812 (diff)
downloadaur-d0b896e3c21b3ab59dcd0502de39fa5276e1af20.tar.gz
Rename source folder and add provides / conflits on pyrescene
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c81d7388d57..c481d9768c06 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pyrescene-hg
pkgdesc = pyReScene is a port of ReScene .NET to the Python programming language.
pkgver = 816
- pkgrel = 1
+ pkgrel = 2
url = https://bitbucket.org/Gfy/pyrescene
arch = any
license = MIT
@@ -14,7 +14,9 @@ pkgbase = pyrescene-hg
depends = python-numpy
depends = unrar
depends = lib32-libstdc++5
- source = hg+https://bitbucket.org/Gfy/pyrescene/
+ provides = pyrescene
+ conflicts = pyrescene
+ source = pyrescene-hg::hg+https://bitbucket.org/Gfy/pyrescene/
source = git://github.com/dryes/rarlinux.git
md5sums = SKIP
md5sums = SKIP
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')