summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomek Łaziuk2018-02-05 13:36:56 +0100
committerTomek Łaziuk2018-02-05 13:36:56 +0100
commitd57c9b984f5c37f8b7c7edc72e6170954b6160e9 (patch)
tree12dbea20c0bac4f5017c6a1b7baedc9a28c24789
parent603bda511e67a28f7bd53f9fbb0b6151fceab9a3 (diff)
downloadaur-modman-git.tar.gz
do not replace modman
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4cd24c63de70..73408c6ecc59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = modman-git
pkgdesc = Magento Module Manager
pkgver = 1.12.r31.g799fbd1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/colinmollenhour/modman
arch = any
license = GPL
@@ -9,7 +9,6 @@ pkgbase = modman-git
depends = bash
provides = modman
conflicts = modman
- replaces = modman
source = git+https://github.com/colinmollenhour/modman.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index d61020a7046b..99217b7cb809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,18 +1,17 @@
# Maintainer: Tomek Łaziuk <tlaziuk@gmail.com>
-pkgname=modman-git
_pkgname=modman
+pkgname=$_pkgname-git
pkgver=1.12.r31.g799fbd1
-pkgrel=1
+pkgrel=2
pkgdesc="Magento Module Manager"
arch=("any")
url="https://github.com/colinmollenhour/${_pkgname}"
license=('GPL')
depends=('bash')
makedepends=('git')
-conflicts=('modman')
-provides=('modman')
-replaces=('modman')
+provides=("${_pkgname}")
+conflicts=("${_pkgname}")
source=("git+https://github.com/colinmollenhour/${_pkgname}.git")
md5sums=('SKIP')