summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgraysky2022-10-11 05:01:05 -0400
committergraysky2022-10-11 05:01:07 -0400
commit34bdefbfe155f979ff00301c8d89f8a785f4899e (patch)
treef8b70d76ab4dc8872142d549fd8f3e74692235f6 /PKGBUILD
parent107582c30b07826d8d2443d083d9bcf1d58df08c (diff)
downloadaur-34bdefbfe155f979ff00301c8d89f8a785f4899e.tar.gz
update to 4.4.2-5: revert source changes
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 3 insertions, 13 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12726d9001c1..3dda5ff7636c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
pkgname=bleachbit-cli
_pkgname=bleachbit
pkgver=4.4.2
-pkgrel=4
+pkgrel=5
pkgdesc='Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.'
conflicts=($_pkgname)
provides=("bleachbit=${pkgver}")
@@ -17,18 +17,8 @@ arch=(any)
url='https://www.bleachbit.org/'
license=(GPL3)
depends=(python-gobject)
-makedepends=(auth-tarball-from-git)
-source=($_pkgname-$pkgver.tar.gz::https://github.com/bleachbit/bleachbit/archive/refs/tags/v$pkgver.tar.gz
- az0.pgp) # Andrew Ziem <ahz001@gmail.com>
-sha256sums=('6001c864688e36bd8f950c1341923c9347c2373149a9ce98dc26c39023b51997'
- '1924b4efdb5d74f33b9bc2459dd66a7f1e1e48fef107352fd88ae2b033c04f5a')
-
-prepare() {
- cd $_pkgname-$pkgver
- auth-tarball-from-git --keyring ../az0.pgp \
- --prefix "$_pkgname-$pkgver" --tag v$pkgver \
- https://github.com/bleachbit/bleachbit ../$_pkgname-$pkgver.tar.gz
-}
+source=(https://github.com/bleachbit/bleachbit/archive/refs/tags/v$pkgver.tar.gz)
+sha256sums=('6001c864688e36bd8f950c1341923c9347c2373149a9ce98dc26c39023b51997')
package() {
cd $_pkgname-$pkgver