Skip to content
Snippets Groups Projects
Commit 2b55f5aa authored by Marko Gobin's avatar Marko Gobin
Browse files

Revert "added pkgbuild from version 0.6"

This reverts commit 43df27a8
parent 47d8cf21
Branches master
No related tags found
1 merge request!1Merge dev into master
pkgbase = timeshift-autosnap
pkgdesc = Timeshift auto-snapshot script which runs before package upgrade using Pacman hook.
pkgver = 0.6
pkgver = 0.5
pkgrel = 1
url = https://gitlab.com/gobonja/timeshift-autosnap
arch = any
......@@ -8,8 +8,8 @@ pkgbase = timeshift-autosnap
depends = timeshift
optdepends = grub-btrfs
backup = etc/timeshift-autosnap.conf
source = timeshift-autosnap-0.6.tar.gz::https://gitlab.com/gobonja/timeshift-autosnap/-/archive/0.6/timeshift-autosnap-0.6.tar.gz
md5sums = 6bf845f3c8e44107c78920368dec6524
source = timeshift-autosnap-0.5.tar.gz::https://gitlab.com/gobonja/timeshift-autosnap/-/archive/0.5/timeshift-autosnap-0.5.tar.gz
md5sums = 8e7f83fff028ee0e3cc545248e6f5102
pkgname = timeshift-autosnap
# Maintainer: gobonja <gobonja@gmail.com>
pkgname=timeshift-autosnap
pkgver=0.6
pkgver=0.5
pkgrel=1
pkgdesc="Timeshift auto-snapshot script which runs before package upgrade using Pacman hook."
arch=("any")
......@@ -11,7 +11,7 @@ depends=('timeshift')
optdepends=('grub-btrfs')
source=("${pkgname}-${pkgver}.tar.gz::${url}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
backup=('etc/timeshift-autosnap.conf')
md5sums=('6bf845f3c8e44107c78920368dec6524')
md5sums=('8e7f83fff028ee0e3cc545248e6f5102')
package() {
cd ${srcdir}/${pkgname}-${pkgver}
......@@ -20,4 +20,3 @@ package() {
install -Dm755 timeshift-autosnap ${pkgdir}/usr/bin/timeshift-autosnap
install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment