summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cedb66a81f42..0a2ced267c4d 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: VVL <me@ivvl.ru>
pkgname=btrfs-autosnap
-pkgver=1.0.2
+pkgver=1.0.3
pkgrel=1
pkgdesc="Bash script with Pacman hook which help make btrfs root snapshots fast, simple and automatically."
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/vvl-rulez/btrfs-autosnap"
license=('MIT')
source=("https://github.com/vvl-rulez/btrfs-autosnap/archive/v$pkgver.tar.gz")
depends=('btrfs-progs' 'util-linux' 'coreutils')
-sha256sums=('cd53fc52fcb9b269790f1d1c19d36f499cc75d11e7bb0f448e768c61d2f8eb2b')
+sha256sums=('bf0b877ec2a13cd1f9df519efc262550ceb6a0e9b65040d20b64b3a8c7bd2e1a')
backup=('etc/btrfs-autosnap.conf')
package() {
cd "$pkgname-$pkgver"