You are not logged in.

#1 2020-12-18 09:45:36

fire100265
Member
Registered: 2020-10-05
Posts: 95

[SOLVED] pacman doesn't install and uninstall timeshift correctly

Hi,
I recently found out that timeshift in the AUR is very outdates. Because of this, I tried using my own PKGBUILD. Pacman doesn't install the package correctly and uninstalling it does nothing. Here is my PKGBUILD:

pkgname=timeshift
pkgver=20.11.1
pkgrel=1
url='https://github.com/teejee2008/timeshift'
arch=(x86_64)
source=(https://github.com/teejee2008/$pkgname/releases/tag/v$pkgver/${pkgname}_${pkgver}_amd64.deb)
pkgdesc='A backup and restore utility'
md5sums=('SKIP')
depends=('libgee' 'vte3')

I don't think I got all the depenencies required. I honestly don't know what the problem is. Help is very appreciated.

Last edited by fire100265 (2020-12-18 13:16:28)

Offline

#2 2020-12-18 12:58:42

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,863
Website

Re: [SOLVED] pacman doesn't install and uninstall timeshift correctly

Where is the rest of the PKGBUILD?

Mod note: Moving to AUR Issues.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#3 2020-12-18 13:06:44

fire100265
Member
Registered: 2020-10-05
Posts: 95

Re: [SOLVED] pacman doesn't install and uninstall timeshift correctly

That is the entire PKGBUILD. Is there supposed to be more?

Edit: I tried package() but I got an error that the deb file was not supported.

Last edited by fire100265 (2020-12-18 13:08:16)

Offline

#4 2020-12-18 13:14:27

zpg443
Member
Registered: 2016-12-03
Posts: 271

Re: [SOLVED] pacman doesn't install and uninstall timeshift correctly

The PKGBUILD you posted is not the one from the AUR, and the AUR does in fact have the latest build, 20.11.1.

Offline

#5 2020-12-18 13:16:07

fire100265
Member
Registered: 2020-10-05
Posts: 95

Re: [SOLVED] pacman doesn't install and uninstall timeshift correctly

I remember it being flagged put of date for a very long time. I'll mark this post as solved. I'll use the one in the AUR instead.

Offline

Board footer

Powered by FluxBB