summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12fd1e10d0c8..a1e91cc5b729 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xboot-git
pkgdesc = The extensible bootloader for embedded system with application engine, write once, run everywhere. (Linux Sandbox for x86_64)
pkgver = 2.0.1.r2631
- pkgrel = 7
+ pkgrel = 15
url = https://github.com/xboot/xboot
arch = x86_64
license = MIT
@@ -12,7 +12,6 @@ pkgbase = xboot-git
depends = libdrm
provides = xboot
conflicts = xboot
- options = !strip
source = xboot::git+https://github.com/xboot/xboot.git
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 11f9c2cfee78..209ccc9d25ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=xboot-git
pkgver=2.0.1.r2631
-pkgrel=7
+pkgrel=15
pkgdesc="The extensible bootloader for embedded system with application engine, write once, run everywhere. (Linux Sandbox for x86_64)"
arch=('x86_64')
url="https://github.com/xboot/xboot"
@@ -16,7 +16,7 @@ depends=(sdl2
libdrm)
makedepends=(git)
backup=()
-options=('!strip')
+options=()
#install=${pkgname}.install
source=("${pkgname%-git}::git+${url}.git")
sha256sums=('SKIP')