summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichal Wojdyla2021-12-11 21:53:49 +0100
committerMichal Wojdyla2021-12-11 21:53:49 +0100
commit7d7653364eb4b62d5f41922de48cb85a76f1e51c (patch)
treede201523545cc50e1b9c3980a806ea82cd3b75ed
parent10609917435910340664590770c3e8bc569e9f3e (diff)
downloadaur-7d7653364eb4b62d5f41922de48cb85a76f1e51c.tar.gz
remove upx option
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6b31e628e5b2..8f94295e2ef9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = braid-hib
pkgdesc = A puzzle platformer where you manipulate the flow of time (Humble Bundle/Store version)
pkgver = 1.1+h20150611
- pkgrel = 1
+ pkgrel = 2
url = http://braid-game.com
arch = i686
arch = x86_64
@@ -9,7 +9,6 @@ pkgbase = braid-hib
depends = xdg-utils
replaces = braid
options = !strip
- options = !upx
source = BraidSetup-2015-06-11.sh::hib://BraidSetup-2015-06-11.sh
source = braid.desktop
md5sums = 3650fa470b4794677086e792ddc29aa5
@@ -24,4 +23,3 @@ pkgbase = braid-hib
optdepends_x86_64 = lib32-libtxc_dxtn: For more efficient texture handling when using one of the open-source Mesa graphics drivers
pkgname = braid-hib
-
diff --git a/PKGBUILD b/PKGBUILD
index 39cdf013fa23..03b65d2161b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Sam S. <smls75@gmail.com>
+# Contributor: Sam S. <smls75@gmail.com>
# Contributor: trya <tryagainprod@gmail.com>
pkgname=braid-hib
pkgver=1.1+h20150611
_hibver=2015-06-11
-pkgrel=1
+pkgrel=2
pkgdesc="A puzzle platformer where you manipulate the flow of time (Humble Bundle/Store version)"
url="http://braid-game.com"
license=('custom: "commercial"')
@@ -14,7 +14,7 @@ depends_i686=('sdl2' 'nvidia-cg-toolkit' 'fltk')
depends_x86_64=('lib32-sdl2' 'lib32-nvidia-cg-toolkit' 'lib32-fltk')
optdepends_i686=('libtxc_dxtn: For more efficient texture handling when using one of the open-source Mesa graphics drivers')
optdepends_x86_64=('lib32-libtxc_dxtn: For more efficient texture handling when using one of the open-source Mesa graphics drivers')
-options=('!strip' '!upx')
+options=('!strip')
replaces=('braid')
PKGEXT='.pkg.tar'
DLAGENTS+=('hib::/usr/bin/echo "Could not find %u. Manually download it to \"$(pwd)\", or set up a hib:// DLAGENT in /etc/makepkg.conf."; exit 1')