summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrancesco Zardi2021-02-03 18:26:05 +0100
committerFrancesco Zardi2021-02-03 18:26:24 +0100
commit2e7c983f5d0a7a51ce23cfb57072b85c03ccd8e5 (patch)
treeaff794b186e26b46133a1f1b7be740789b17498b /PKGBUILD
parent42ab1799fa2d8d71d217c5ec174dfab3bf816b4a (diff)
downloadaur-2e7c983f5d0a7a51ce23cfb57072b85c03ccd8e5.tar.gz
Remove "provides=sqlite2" statement
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87db7d82136b..4a32230f2daa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,12 @@
pkgname=lib32-sqlite2
pkgver=2.8.17
-pkgrel=2
+pkgrel=3
pkgdesc="A C library that implements an SQL database engine"
arch=('x86_64')
url="http://www.sqlite.org/"
depends=('readline>=6.0.00')
license=('custom')
-provides=("sqlite2=$pkgver")
replaces=("sqlite2")
source=("https://www.sqlite.org/sqlite-$pkgver.tar.gz"
'LICENSE'