summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVVL2018-08-30 11:53:40 +0300
committerVVL2018-08-30 11:53:40 +0300
commit81928d7ed8f4a55de79604c5c5cd15c024a10e37 (patch)
treee916f0cadd34fd4e972bffad48bc42267a10f9a6
parent5d0b6d9dea581511d03f21127b9048476641738e (diff)
downloadaur-81928d7ed8f4a55de79604c5c5cd15c024a10e37.tar.gz
update to 1.0.3
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cd200b9abd31..7281f8d1e742 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 30 08:31:59 UTC 2018
+# Thu Aug 30 08:53:37 UTC 2018
pkgbase = btrfs-autosnap
pkgdesc = Bash script with Pacman hook which help make btrfs root snapshots fast, simple and automatically.
- pkgver = 1.0.2
+ pkgver = 1.0.3
pkgrel = 1
url = https://github.com/vvl-rulez/btrfs-autosnap
arch = any
@@ -11,8 +11,8 @@ pkgbase = btrfs-autosnap
depends = util-linux
depends = coreutils
backup = etc/btrfs-autosnap.conf
- source = https://github.com/vvl-rulez/btrfs-autosnap/archive/v1.0.2.tar.gz
- sha256sums = cd53fc52fcb9b269790f1d1c19d36f499cc75d11e7bb0f448e768c61d2f8eb2b
+ source = https://github.com/vvl-rulez/btrfs-autosnap/archive/v1.0.3.tar.gz
+ sha256sums = bf0b877ec2a13cd1f9df519efc262550ceb6a0e9b65040d20b64b3a8c7bd2e1a
pkgname = btrfs-autosnap
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"