diff options
-rw-r--r-- | libre/file-roller/.gitignore | 4 | ||||
-rw-r--r-- | libre/file-roller/PKGBUILD | 8 |
2 files changed, 4 insertions, 8 deletions
diff --git a/libre/file-roller/.gitignore b/libre/file-roller/.gitignore deleted file mode 100644 index 3e8067c33..000000000 --- a/libre/file-roller/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.log.1 -file-roller/ - - diff --git a/libre/file-roller/PKGBUILD b/libre/file-roller/PKGBUILD index f4bde9e34..cce93ca45 100644 --- a/libre/file-roller/PKGBUILD +++ b/libre/file-roller/PKGBUILD @@ -7,7 +7,7 @@ # - removed unace recommendation pkgname=file-roller -pkgver=3.28.0 +pkgver=3.28.1 pkgrel=1.parabola1 pkgdesc="Create and modify archives, without nonfree unace recommendation" url="https://wiki.gnome.org/Apps/FileRoller" @@ -20,8 +20,8 @@ optdepends=('p7zip: 7z, arj, exe and encrypted zip files support' 'unrar: better RAR archive support' 'lrzip: lrzip archive support') groups=(gnome) -_commit=be8499528b415f66b60b3332a976563d62c58eec # tags/3.28.0^0 -source=("git+https://git.gnome.org/browse/file-roller#commit=$_commit") +_commit=9b56ef5e5794557be9cb6c2b682457e711ce8fda # tags/3.28.1^0 +source=("git+https://gitlab.gnome.org/GNOME/file-roller.git#commit=$_commit") sha256sums=('SKIP') pkgver() { @@ -35,5 +35,5 @@ build() { } package() { - DESTDIR="$pkgdir" ninja -C build install + DESTDIR="$pkgdir" meson install -C build } |