summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorVVL2018-08-30 12:03:00 +0300
committerVVL2018-08-30 12:03:00 +0300
commita45e1ffb5a2193933cef9e59b6bd276887ba2556 (patch)
treef59b0073432fcecf245d5a71669cc2dcec7dafaa
parent81928d7ed8f4a55de79604c5c5cd15c024a10e37 (diff)
downloadaur-a45e1ffb5a2193933cef9e59b6bd276887ba2556.tar.gz
update to 1.0.4
-rw-r--r--.SRCINFO8
-rwxr-xr-xPKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7281f8d1e742..dfe77a37c051 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Aug 30 08:53:37 UTC 2018
+# Thu Aug 30 09:02:54 UTC 2018
pkgbase = btrfs-autosnap
pkgdesc = Bash script with Pacman hook which help make btrfs root snapshots fast, simple and automatically.
- pkgver = 1.0.3
+ pkgver = 1.0.4
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.3.tar.gz
- sha256sums = bf0b877ec2a13cd1f9df519efc262550ceb6a0e9b65040d20b64b3a8c7bd2e1a
+ source = https://github.com/vvl-rulez/btrfs-autosnap/archive/v1.0.4.tar.gz
+ sha256sums = 12daf51aad04f6a24ec2445f142f0612749c9ee917bafa0ea4cef4f6e21229c5
pkgname = btrfs-autosnap
diff --git a/PKGBUILD b/PKGBUILD
index 0a2ced267c4d..ff8ad05b79c1 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: VVL <me@ivvl.ru>
pkgname=btrfs-autosnap
-pkgver=1.0.3
+pkgver=1.0.4
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=('bf0b877ec2a13cd1f9df519efc262550ceb6a0e9b65040d20b64b3a8c7bd2e1a')
+sha256sums=('12daf51aad04f6a24ec2445f142f0612749c9ee917bafa0ea4cef4f6e21229c5')
backup=('etc/btrfs-autosnap.conf')
package() {
cd "$pkgname-$pkgver"