summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSanpi2018-06-08 13:29:43 +0200
committerSanpi2018-06-08 13:29:43 +0200
commitc25972c371693721d55eeede944447afd28f1c04 (patch)
tree83df1309d2a8d7ceb724c678b9c679b19a37639f
parent75828b633299ebd11116d0437beba2c8ced22bdf (diff)
downloadaur-c25972c371693721d55eeede944447afd28f1c04.tar.gz
Adds replace information
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 75ed29222586..3b49df24dbd1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = shyaml
pkgdesc = YAML for the command line
pkgver = 0.5.2
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/0k/shyaml
arch = x86_64
license = BSD
depends = python
depends = python-yaml
+ replaces = python-shyaml
source = git+https://github.com/0k/shyaml
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 3d7c85f925c9..bd5a1eac3b5d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,14 @@
# Maintainer: Sanpi <sanpi+aur@homecomputing.fr>
pkgname=shyaml
pkgver=0.5.2
-pkgrel=3
+pkgrel=4
pkgdesc='YAML for the command line'
arch=('x86_64')
url="https://github.com/0k/$pkgname"
license=('BSD')
depends=('python' 'python-yaml')
makedepends=()
+replaces=('python-shyaml')
source=("git+https://github.com/0k/$pkgname")
sha256sums=('SKIP')