summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 784340cf7a91..b2d9c097d036 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Wed Nov 23 19:15:35 UTC 2016
+# Sat Mar 10 23:48:34 UTC 2018
pkgbase = profile-cleaner
pkgdesc = Reduces profile size by cleaning their sqlite databases.
- pkgver = 2.36
+ pkgver = 2.37
pkgrel = 1
url = https://github.com/graysky2/profile-cleaner
install = readme.install
@@ -11,8 +11,8 @@ pkgbase = profile-cleaner
depends = bc
depends = parallel
depends = sqlite
- source = http://repo-ck.com/source/profile-cleaner/profile-cleaner-2.36.tar.xz
- sha256sums = a8b10fd212e0b0011e020bb3e65889970dcf0db043776358ca31bb3675b76279
+ source = profile-cleaner-2.37.tar.gz::https://github.com/graysky2/profile-cleaner/archive/v2.37.tar.gz
+ sha256sums = abdcd2ffab8df9a213654df1e3cbf807799c6e39c147f30a82e1b96e8a36c55d
pkgname = profile-cleaner
diff --git a/PKGBUILD b/PKGBUILD
index ecf8dc24d380..ce9c7349ba65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: graysky <graysky AT archlinux DOT us>
pkgname='profile-cleaner'
-pkgver=2.36
+pkgver=2.37
pkgrel=1
pkgdesc='Reduces profile size by cleaning their sqlite databases.'
arch=('any')
url='https://github.com/graysky2/profile-cleaner'
license=('MIT')
depends=('bc' 'parallel' 'sqlite')
-source=("http://repo-ck.com/source/$pkgname/$pkgname-$pkgver.tar.xz")
+source=("$pkgname-$pkgver.tar.gz::https://github.com/graysky2/profile-cleaner/archive/v2.37.tar.gz")
install=readme.install
-sha256sums=('a8b10fd212e0b0011e020bb3e65889970dcf0db043776358ca31bb3675b76279')
+sha256sums=('abdcd2ffab8df9a213654df1e3cbf807799c6e39c147f30a82e1b96e8a36c55d')
build() {
cd "$pkgname-$pkgver"