diff options
author | Mohammadreza Abdollahzadeh | 2017-01-21 21:34:48 +0330 |
---|---|---|
committer | Mohammadreza Abdollahzadeh | 2017-01-21 21:34:48 +0330 |
commit | b06edf56d145d0d20159025838e0797716e08447 (patch) | |
tree | 33d53cc8264bd7399f136644f99a8e86ea95d14b /PKGBUILD | |
parent | e88bc1f689ae15f45de0c23c908728e608d12263 (diff) | |
download | aur-b06edf56d145d0d20159025838e0797716e08447.tar.gz |
fix provide and conflict array
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -3,15 +3,15 @@ pkgname=persian-hm-xs2-fonts pkgver=3.2 -pkgrel=1 +pkgrel=2 pkgdesc="A Persian font series derived from X Series 2 fonts with Kashida feature." url="http://dma8hm1334.bitbucket.org/persian-hm-xs2/index.html" arch=(any) license=('custom:OFL') depends=('fontconfig') -provides=('ttf-persian-hm-ftx' "$pkgname") -conflicts=('ttf-persian-hm-ftx' "$pkgname") -replaces=('ttf-persian-hm-ftx') +provides=('ttf-persian-hm-xs2' "$pkgname") +conflicts=('ttf-persian-hm-xs2' "$pkgname") +replaces=('ttf-persian-hm-xs2') source=("https://bitbucket.org/dma8hm1334/persian-hm-xs2-$pkgver/downloads/persian-hm-xs2-$pkgver.7z") sha256sums=('e87d8c25f1c36bca8605a4cee42056d8a76da7bab9cc898408565874e492fe62') |