summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorExcitable Snowball2021-01-16 23:02:14 -0800
committerExcitable Snowball2021-01-16 23:02:14 -0800
commit1a0f1fd7cb1339fa17772ad6cc88584ccfeadded (patch)
treebcb12b37fdbdb033cd68bcb239f6c001500d92f2
parent066cfb381868cf90fa7042858f840884daf04bfa (diff)
downloadaur-1a0f1fd7cb1339fa17772ad6cc88584ccfeadded.tar.gz
Add `provides`
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 425e69ab21b9..a6354190abd9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=circuitjs1-web-bin
pkgver=20201006
-pkgrel=1
+pkgrel=2
pkgdesc="Falstad circuit simulator (CircuitJS1) - webapp"
arch=('any')
url="https://www.falstad.com/circuit/"
@@ -12,6 +12,7 @@ url="https://www.falstad.com/circuit/"
license=('GPL2')
depends=()
+provides=(circuitjs1-web)
conflicts=(circuitjs1-web)
source=(https://www.falstad.com/circuit/offline/circuitjs1-linux64.tgz)