diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-07-19 15:02:14 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2018-07-19 15:02:14 -0500 |
commit | d581cc992c3fb8527ec26262cca679fdcd2212aa (patch) | |
tree | c3785b5a9112cfe528fcd0d443cbe60cebaff65a | |
parent | 5be9c95ed863feebe60f3b25acc916a9cd87b01f (diff) | |
download | abslibre-d581cc992c3fb8527ec26262cca679fdcd2212aa.tar.gz abslibre-d581cc992c3fb8527ec26262cca679fdcd2212aa.tar.bz2 abslibre-d581cc992c3fb8527ec26262cca679fdcd2212aa.zip |
file-roller-3.28.1-1.parabola1: updating version
-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 } |