summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorkouta2023-02-21 21:58:04 -0300
committerkouta2023-02-21 21:58:04 -0300
commit91743d3b28a13c961015b931bc7105949364b918 (patch)
tree9821cd38577eceae27031815bc5300fe0bb66274 /PKGBUILD
parent398e7256967eae78296cacab1aae1fe3c13de284 (diff)
downloadaur-91743d3b28a13c961015b931bc7105949364b918.tar.gz
Patch has been upstreamed, no longer necessary
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e4bfb1d4d4f4..d077cb1817c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,9 +18,9 @@ optdepends=('python2: compiling self-created maps'
'gtkglext: compiling the map-editor'
'openal: compiling the map-editor')
conflicts=('ufoai' 'ufoai-data')
-source=(git+git://git.code.sf.net/p/ufoai/code "0001-Fix-compilation-errors-on-format-security.patch")
+source=(git+git://git.code.sf.net/p/ufoai/code)
#source=('git+file:///home/kouta-kun/ufo')
-sha256sums=('SKIP' "18a4cc6cfed138c58f02fd733d19250749ba31d6eaa9078dffb6537bca92eb25")
+sha256sums=('SKIP')
pkgver() {
cd ${_gitname}
@@ -30,7 +30,6 @@ pkgver() {
prepare() {
cd ${_gitname}
- patch --forward --strip=1 --input="${srcdir}/0001-Fix-compilation-errors-on-format-security.patch"
# uncomment the '--enable-uforadiant' line for ufo-radiant (map editor)
./configure --prefix=/usr --datadir=/usr/share/ufoai \
--enable-release --localedir=/usr/share/ufoai/base/i18n/ \