summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjojii2020-06-28 13:17:27 +0200
committerjojii2020-06-28 13:17:27 +0200
commitf9413845de61a4b103f55959cc9bf27058217057 (patch)
treef57658e7b4f8efe3128dcfb1c2c9d9c8ba535430
parent76abea48688f84743d09882a3f54e0a56f289499 (diff)
downloadaur-f9413845de61a4b103f55959cc9bf27058217057.tar.gz
add replaces
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1f228740106b..9c384d4d68ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=yayim
pkgver=10.0.2
pkgrel=1
-pkgdesc="A modified version of yay with additional features"
+pkgdesc="A modified version of yay with additional features, improvements and small bug fixes"
arch=('i686' 'x86_64' 'arm' 'armv7h' 'armv6h' 'aarch64')
url="https://git.jojii.de/jojii/yayim"
license=('GPL')
@@ -14,6 +14,7 @@ depends=(
makedepends=(
'go'
)
+replaces=("yay")
source=("${pkgname}-${pkgver}.tar.gz::https://git.jojii.de/jojii/${pkgname}/-/archive/v${pkgver}/${pkgname}-v${pkgver}.tar.gz")
sha256sums=('9984ab5db9e88175b34ef168ba626b7c5bc5db7fe4088dd8628bc22d8e864d00')