summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 096fe0f7fa49..12ddfa59be87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = outline-client-appimage
pkgdesc = The Outline clients use the popular Shadowsocks protocol, and lean on the Cordova and Electron frameworks.
pkgver = 1.13.0
- pkgrel = 1
+ pkgrel = 2
url = https://getoutline.org
install = outline-client-appimage.install
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = outline-client-appimage
conflicts = outline-client-appimage-wayland
conflicts = outline-client-appimage-git
options = !strip
+ options = !debug
source = Outline-Client_1.13.0.AppImage::https://s3.amazonaws.com/outline-releases/client/linux/1.13.0/3/Outline-Client.AppImage
source = outline-client16.png
source = outline-client24.png
diff --git a/PKGBUILD b/PKGBUILD
index 706875aacb5f..7730c1e28374 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=outline-client-appimage
pkgver=1.13.0
-pkgrel=1
+pkgrel=2
pkgdesc="The Outline clients use the popular Shadowsocks protocol, and lean on the Cordova and Electron frameworks."
arch=(x86_64)
conflicts=('outline-client-appimage-wayland' 'outline-client-appimage-git')
@@ -21,7 +21,7 @@ source=("Outline-Client_${pkgver}.AppImage::https://s3.amazonaws.com/outline-rel
"outline-client1024.png"
"outline-client.desktop"
"outline-client-appimage.install")
-options=('!strip')
+options=('!strip' '!debug')
depends=('fuse2' 'nss')
install=${pkgname}.install