summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoreveryx2024-02-10 00:09:12 +0800
committereveryx2024-02-10 00:09:12 +0800
commitd1ae963a7767e622b97fed1c296fd460175b9fea (patch)
tree8ed63dc78491a00e22b769920a47e5a4f63ef6cd
parent78651f54b9634070b982e1b71822c6b270cdd83c (diff)
downloadaur-d1ae963a7767e622b97fed1c296fd460175b9fea.tar.gz
chore: disable debug information
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c96304fc439f..03b7ffc43678 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = simple-live-app-bin
pkgdesc = 简简单单的看直播
pkgver = 1.4.8.10408
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/xiaoyaocz/dart_simple_live
arch = x86_64
license = GPL3
depends = libmpv.so
+ options = !debug
source_x86_64 = simple-live-app-bin-1.4.8.10408.deb::https://github.com/xiaoyaocz/dart_simple_live/releases/download/v1.4.8/simple_live_app-1.4.8+10408-linux.deb
sha256sums_x86_64 = 4e405de320d26f25cf50c998362ff86b7a61d22957fd553d974779c0460585c9
diff --git a/PKGBUILD b/PKGBUILD
index e37518def012..51beecab25f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=simple-live-app-bin
_build_id=10408
_version=1.4.8
pkgver=${_version}.${_build_id}
-pkgrel=1
+pkgrel=2
pkgdesc='简简单单的看直播'
arch=('x86_64')
@@ -15,6 +15,7 @@ license=('GPL3')
source_x86_64=("$pkgname-$pkgver.deb::https://github.com/xiaoyaocz/dart_simple_live/releases/download/v${_version}/simple_live_app-${_version}+${_build_id}-linux.deb")
sha256sums_x86_64=('4e405de320d26f25cf50c998362ff86b7a61d22957fd553d974779c0460585c9')
depends=('libmpv.so')
+options=(!debug)
package() {
bsdtar -xf "$srcdir/data.tar.zst" -C "$pkgdir/"