summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegala2020-02-13 00:04:43 +0100
committerthegala2020-02-13 00:04:43 +0100
commitb21aacc32bb056cb0ddc3975cd9018a900b698cc (patch)
treee0c74f4c8f9277a5a2270aade10d38cfb078b492
parentcf3bd5eb936b88a01308d1a99587e0542822818d (diff)
downloadaur-b21aacc32bb056cb0ddc3975cd9018a900b698cc.tar.gz
Fix building issue. Remove patch not needed.
-rw-r--r--PKGBUILD5
-rw-r--r--python3-patch.patch8
2 files changed, 2 insertions, 11 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4db998695ec6..d6359c2fba4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=bleachbit
pkgname=bleachbit-py3-git
pkgver=r4914.13ee23b7
-pkgrel=2
+pkgrel=3
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. Python 3 version.'
url='https://www.bleachbit.org/'
license=('GPL3')
@@ -17,8 +17,7 @@ provides=('bleachbit')
prepare() {
cd "${srcdir}/${_pkgname}"
- git checkout origin/py3
- patch bleachbit.py < ../../python3-patch.patch
+ git checkout py3
}
pkgver() {
diff --git a/python3-patch.patch b/python3-patch.patch
deleted file mode 100644
index c7f1df2f2df3..000000000000
--- a/python3-patch.patch
+++ /dev/null
@@ -1,8 +0,0 @@
---- bleachbit.py 2020-01-21 00:30:43.309694006 +0100
-+++ bleachbit2.py 2020-01-21 00:30:07.440085690 +0100
-@@ -1,4 +1,4 @@
--#!/usr/bin/env python2
-+#!/usr/bin/env python3
- # vim: ts=4:sw=4:expandtab
-
- # BleachBit