summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorthegala2020-02-13 00:04:43 +0100
committerthegala2020-02-13 00:04:43 +0100
commitb21aacc32bb056cb0ddc3975cd9018a900b698cc (patch)
treee0c74f4c8f9277a5a2270aade10d38cfb078b492 /PKGBUILD
parentcf3bd5eb936b88a01308d1a99587e0542822818d (diff)
downloadaur-b21aacc32bb056cb0ddc3975cd9018a900b698cc.tar.gz
Fix building issue. Remove patch not needed.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 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() {