summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraysky2022-10-11 05:01:05 -0400
committergraysky2022-10-11 05:01:07 -0400
commit34bdefbfe155f979ff00301c8d89f8a785f4899e (patch)
treef8b70d76ab4dc8872142d549fd8f3e74692235f6
parent107582c30b07826d8d2443d083d9bcf1d58df08c (diff)
downloadaur-34bdefbfe155f979ff00301c8d89f8a785f4899e.tar.gz
update to 4.4.2-5: revert source changes
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD16
2 files changed, 5 insertions, 18 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 982051f2857e..9e85911db30b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = bleachbit-cli
pkgdesc = Deletes unneeded files to free disk space and maintain privacy. CLI version/no GUI.
pkgver = 4.4.2
- pkgrel = 4
+ pkgrel = 5
url = https://www.bleachbit.org/
arch = any
license = GPL3
- makedepends = auth-tarball-from-git
depends = python-gobject
provides = bleachbit=4.4.2
conflicts = bleachbit
- source = bleachbit-4.4.2.tar.gz::https://github.com/bleachbit/bleachbit/archive/refs/tags/v4.4.2.tar.gz
- source = az0.pgp
+ source = https://github.com/bleachbit/bleachbit/archive/refs/tags/v4.4.2.tar.gz
sha256sums = 6001c864688e36bd8f950c1341923c9347c2373149a9ce98dc26c39023b51997
- sha256sums = 1924b4efdb5d74f33b9bc2459dd66a7f1e1e48fef107352fd88ae2b033c04f5a
pkgname = bleachbit-cli
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