summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSergT2021-07-12 23:03:10 +0300
committerSergT2021-07-12 23:03:10 +0300
commit793dfd300592158671adfb4929dfd558e4c21d13 (patch)
tree378becb2a27e7ff4f27a61f19cd21331419918cc /PKGBUILD
parent359c2297b12bbc2c90558be5d0ad450bc57fe51d (diff)
downloadaur-793dfd300592158671adfb4929dfd558e4c21d13.tar.gz
Update to 9.26
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5dfb6d490600..44de91a83414 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,15 +5,15 @@
# Contributor: tobias <tobias@archlinux.org>
# Contributor: dibblethewrecker dibblethewrecker.at.jiwe.dot.org
-# Patch downloaded from
+# Patch for 9.26 version obtained from https://aur.archlinux.org/rxvt-unicode-truecolor-wide-glyphs.git
+# Originally patch downloaded from
# https://gist.githubusercontent.com/dan-santana/63271adf12171e0fc0bc/raw/70c6343d1c0b3bca0aba4f587ed501e6cbd98d00/24-bit-color.patch
# but 2020-02-11 aur user writed that this repo was removed.
-# Send me letter with new location of this repo or repo with new patch.
_pkgname=rxvt-unicode
pkgname=rxvt-unicode-truecolor
-pkgver=9.22
-pkgrel=7
+pkgver=9.26
+pkgrel=1
pkgdesc='Unicode enabled rxvt-clone terminal emulator (urxvt) with true color patch (24bit colors support). That enables vim 24-bit true color colorshemes'
arch=('x86_64')
url='http://software.schmorp.de/pkg/rxvt-unicode.html'
@@ -29,16 +29,16 @@ source=(http://dist.schmorp.de/rxvt-unicode/${_pkgname}-${pkgver}.tar.bz2
urxvt-tabbed.desktop
24-bit-color.patch
)
-sha256sums=('e94628e9bcfa0adb1115d83649f898d6edb4baced44f5d5b769c2eeb8b95addd'
+sha256sums=('643116b9a25d29ad29f4890131796d42e6d2d21312282a613ef66c80c5b8c98b'
'5f9c435d559371216d1c5b49c6ec44bfdb786b12d925d543c286b0764dea0319'
'91536bb27c6504d6cb0d33775a0c4709a4b439670b900f0c278c25037f19ad66'
'ccd7c436e959bdc9ab4f15801a67c695b382565b31d8c352254362e67412afcb'
- 'eee0afe570124d3dc1e2b7a2e1452b981b38c8fda96e30cffc554428c2027619')
-sha512sums=('b39f1b2cbe6dd3fbd2a0ad6a9d391a2b6f49d7c5e67bc65fe44a9c86937f8db379572c67564c6e21ff6e09b447cdfd4e540544e486179e94da0e0db679c04dd9'
+ '7c2ebaa3841c82a4f411568d8225b323d1efc70637d99b5b17d92a2249924137')
+sha512sums=('35560b57730e17c9542ea4a615fd86ce703c4e6421323e8fe1570007737a880fde90d17943e5af9e170be4111b9769f4aa7e57efca5428421fdc1c299112f8e0'
'7184714a908071a4e8e5c065c5f90255e94dfd072df459c8d6f66fca3647781b3d1f6908b9303bcfd0d5b3f2e3822a8d66efaaa8a7c4d44f6e682839031a6e99'
'aa501eeeb220ba03b3f101b160230612efbca87694fef88c469b2976d29769c24b34576ea82f6c7941fad6039ac776f32e397add9b957b49bf2e84aeb67b66d6'
'18c7afb0c3eb8c832893b9ead09d25374b70ae1cd5479a5291d11794906c53daa6f1a1bf698b37efda062bb2b991cacac53a0a6c185ca416b8718fde2bb6a7af'
- 'e29107a341ae8af9702860f743ae3bda1f51f3241d44af4a9ae9262907ec2fff02ee734103e379c33b65a211629389503bea8f3d68f188c86c2bb13a8055f1b8')
+ 'c88e1f3e3494be75acae75b613ac445a27e3d42a4860ae5662c91ecbeaf1b1fe2e0d0b97a2542f128a156c49228c01136632be0f659972fe13e541e21e6bf7ac')
prepare() {
cd ${_pkgname}-${pkgver}