summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2023-07-23 15:22:28 -0600
committerMark Wagie2023-07-23 15:22:28 -0600
commit960f257e1146e49078a2850e4623d258a65fc7a2 (patch)
tree535690415228e4178418195856ab45fd9b4c163c
parent196e3f7b169cc7f09c66b828ff018947bfed2e63 (diff)
downloadaur-960f257e1146e49078a2850e4623d258a65fc7a2.tar.gz
minor PKGBUILD changes
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56f3ccec84c8..72855b3b03d9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -16,7 +16,7 @@ pkgbase = timeshift-bin
depends = xapp
depends = xorg-xhost
optdepends = btrfs-progs: BTRFS support
- optdepends = grub-btrfs: BtrfS snapshots in grub
+ optdepends = grub-btrfs: BTRFS snapshots in GRUB
provides = timeshift
conflicts = timeshift
source = https://launchpad.net/~linuxmint-daily-build-team/+archive/ubuntu/daily-builds/+files/timeshift_23.07.1-unstable-202307081612~ubuntu23.04.1_amd64.deb
diff --git a/PKGBUILD b/PKGBUILD
index 8a6f472b1ef6..f8e436a1d238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ license=('GPL3')
depends=('cronie' 'gtk3' 'libgee' 'libnotify' 'libsoup' 'rsync' 'vte3' 'which'
'xapp' 'xorg-xhost')
optdepends=('btrfs-progs: BTRFS support'
- 'grub-btrfs: BtrfS snapshots in grub')
+ 'grub-btrfs: BTRFS snapshots in GRUB')
provides=("${pkgname%-bin}")
conflicts=("${pkgname%-bin}")
source=("https://launchpad.net/~linuxmint-daily-build-team/+archive/ubuntu/daily-builds/+files/${pkgname%-bin}_${pkgver}-unstable-${_build_id}~ubuntu${_ubuntu_ver}_amd64.deb")
@@ -26,5 +26,5 @@ sha256sums=('10e04c964cf353457f0bb650be733da60e06ab5e5ad798d416176feff038d009')
#sha256sums_riscv64=('ae65276830fb3b6a46d3f31bc1f729883f000927ddc3dae012913f9eded75057')
package() {
- bsdtar -xvf data.tar.zst -C "$pkgdir"
+ bsdtar -xvf data.tar.zst -C "$pkgdir/"
}