summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchn2021-08-06 17:47:18 +0800
committerchn2021-08-06 17:48:54 +0800
commitc1f00e87a527d224dca89edad1f5f24eb84de2ae (patch)
tree42f3b88b0c324060f1890a8ce261c92e384747cf
parentc7914a7fd88bb006853251e568a6486dba979576 (diff)
downloadaur-c1f00e87a527d224dca89edad1f5f24eb84de2ae.tar.gz
replace space with %20
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f44e08d63f34..ae82e5069392 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = bootstrap-studio
pkgdesc = Bootstrap Studio is a powerful tool which web developers and designers use to create layouts and fully functional websites using the Bootstrap framework.
pkgver = 5.7.1
- pkgrel = 1
+ pkgrel = 2
url = https://bootstrapstudio.io/
arch = x86_64
license = custom
- source = https://bootstrapstudio.io/releases/desktop/5.7.1/Bootstrap Studio.AppImage
+ source = https://bootstrapstudio.io/releases/desktop/5.7.1/Bootstrap%20Studio.AppImage
source = bstudio.desktop
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9d146480b5b6..8d8f4ba711d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=bootstrap-studio
pkgver=5.7.1
-pkgrel=1
+pkgrel=2
pkgdesc="Bootstrap Studio is a powerful tool which web developers and designers use to create layouts and fully functional websites using the Bootstrap framework."
arch=("x86_64")
license=("custom")
url="https://bootstrapstudio.io/"
-source=("https://bootstrapstudio.io/releases/desktop/${pkgver}/Bootstrap Studio.AppImage"
+source=("https://bootstrapstudio.io/releases/desktop/${pkgver}/Bootstrap%20Studio.AppImage"
"bstudio.desktop")
sha256sums=("SKIP"
"SKIP")