summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavi da Silva Böger2017-08-08 14:50:22 -0300
committerDavi da Silva Böger2017-08-08 14:50:22 -0300
commite0d6fe7383c8577d00cf4e412cdbacaae2c87290 (patch)
tree93ed67ad8ddcd43b9a22329f602c34b276e13ded
parent0c0ccdbaff871a1fe3f8df57f23c650fe498ee29 (diff)
downloadaur-e0d6fe7383c8577d00cf4e412cdbacaae2c87290.tar.gz
Fix URL for Fedora patch
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4e3b46d18a9..e36fcba83c28 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu May 11 19:10:12 UTC 2017
+# Tue Aug 8 17:49:50 UTC 2017
pkgbase = vte3-tilix
pkgdesc = Virtual Terminal Emulator widget for use with GTK3 with Fedora and Tilix patches
pkgver = 0.48.3+1.5.6
@@ -19,7 +19,7 @@ pkgbase = vte3-tilix
depends = gnutls
options = !emptydirs
source = git+https://git.gnome.org/browse/vte#tag=0.48.3
- source = vte291-command-notify-scroll-speed.patch-d8ae8b98633dc0bbe18946b55ac89414bda09938::http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/plain/vte291-command-notify-scroll-speed.patch?h=f26&id=d8ae8b98633dc0bbe18946b55ac89414bda09938
+ source = vte291-command-notify-scroll-speed.patch-d8ae8b98633dc0bbe18946b55ac89414bda09938::http://pkgs.fedoraproject.org/rpms/vte291/raw/d8ae8b98633dc0bbe18946b55ac89414bda09938/f/vte291-command-notify-scroll-speed.patch
source = add-zsh-notfication-support.patch
source = alternate-screen.patch-1.5.6::https://github.com/gnunn1/tilix/raw/1.5.6/experimental/vte/alternate-screen.patch
source = disable-bg-draw.patch-1.5.6::https://github.com/gnunn1/tilix/raw/1.5.6/experimental/vte/disable-bg-draw.patch
diff --git a/PKGBUILD b/PKGBUILD
index 6d1557b92797..ab0db80a89b7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,7 +15,7 @@ makedepends=('intltool' 'gobject-introspection' 'gtk-doc' 'vala' 'gperf' 'glade'
options=('!emptydirs')
# Fedora patches: http://pkgs.fedoraproject.org/cgit/rpms/vte291.git/tree/
-_frepourl='http://pkgs.fedoraproject.org/cgit/rpms/vte291.git'
+_frepourl='http://pkgs.fedoraproject.org/rpms/vte291'
_frepobranch='f26'
_fpatchfile='vte291-command-notify-scroll-speed.patch'
_fcommit='d8ae8b98633dc0bbe18946b55ac89414bda09938'
@@ -26,11 +26,10 @@ _vtetag=${_vtever}
_tilixpatchfile1='alternate-screen.patch'
_tilixpatchfile2='disable-bg-draw.patch'
-
source=(
#"git+https://git.gnome.org/browse/vte#commit=$_vtecommit"
"git+https://git.gnome.org/browse/vte#tag=$_vtetag"
- "${_fpatchfile}-${_fcommit}::${_frepourl}/plain/${_fpatchfile}?h=${_frepobranch}&id=${_fcommit}"
+ "${_fpatchfile}-${_fcommit}::${_frepourl}/raw/${_fcommit}/f/${_fpatchfile}"
'add-zsh-notfication-support.patch'
"${_tilixpatchfile1}-${_tilixver}::https://github.com/gnunn1/tilix/raw/${_tilixver}/experimental/vte/${_tilixpatchfile1}"
"${_tilixpatchfile2}-${_tilixver}::https://github.com/gnunn1/tilix/raw/${_tilixver}/experimental/vte/${_tilixpatchfile2}"