summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-06 15:05:08 +0800
committerChocobo12023-04-06 15:05:08 +0800
commita33b0b3b7f8156994d7cbabc4e1ad1add66e5470 (patch)
treea321ae8bf1cefd78eab5fb58f3fbbc46ea386e48
parenta3cd3bfa8c7969b1c83a7bea0a89a40e16a99702 (diff)
downloadaur-aspell-git.tar.gz
upgpkg: aspell-git 0.60.8.20190921.r37.gcef82a8-2
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ec23f3ce2a1..db3e08b77a33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aspell-git
pkgdesc = Free and Open Source spell checker
pkgver = 0.60.8.20190921.r37.gcef82a8
- pkgrel = 1
+ pkgrel = 2
url = http://aspell.net/
arch = i686
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = aspell-git
depends = gcc-libs
depends = ncurses
optdepends = perl: to import old dictionaries
- provides = aspell
+ provides = aspell=0.60.8.20190921.r37.gcef82a8
conflicts = aspell
options = staticlibs
source = git+https://git.savannah.gnu.org/git/aspell.git
diff --git a/PKGBUILD b/PKGBUILD
index aaf331937aa3..939598ab5264 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=aspell-git
pkgver=0.60.8.20190921.r37.gcef82a8
-pkgrel=1
+pkgrel=2
pkgdesc="Free and Open Source spell checker"
arch=('i686' 'x86_64')
url="http://aspell.net/"
@@ -10,7 +10,7 @@ license=('LGPL')
depends=('gcc-libs' 'ncurses')
makedepends=('git')
optdepends=('perl: to import old dictionaries')
-provides=('aspell')
+provides=("aspell=$pkgver")
conflicts=('aspell')
options=('staticlibs')
source=("git+https://git.savannah.gnu.org/git/aspell.git")