Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
hexedit
Commits:
649140ff by Christian Hesse at 2024-04-24T08:54:59+02:00
switch url to https
- - - - -
ad3923d1 by Christian Hesse at 2024-04-24T08:56:17+02:00
upgpkg: 1.6-2: rebuild old (2+ years) packages
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,8 +1,8 @@
pkgbase = hexedit
pkgdesc = View and edit files in hexadecimal or in ASCII
pkgver = 1.6
- pkgrel = 1
- url = http://rigaux.org/hexedit.html
+ pkgrel = 2
+ url = https://rigaux.org/hexedit.html
arch = x86_64
license = GPL
depends = ncurses
=====================================
PKGBUILD
=====================================
@@ -4,10 +4,10 @@
pkgname=hexedit
pkgver=1.6
-pkgrel=1
-pkgdesc="View and edit files in hexadecimal or in ASCII"
+pkgrel=2
+pkgdesc='View and edit files in hexadecimal or in ASCII'
arch=('x86_64')
-url="http://rigaux.org/hexedit.html"
+url='https://rigaux.org/hexedit.html'
license=('GPL')
depends=('ncurses')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pixel/hexedit/archive/${pkgver}.tar.gz")
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hexedit/-/compare/4fb50276534ab208c8d1307f5285b0f08c04ec2a...ad3923d1eafbaca85ab188b440443e5a8a2a9ee3
--
This project does not include diff previews in email notifications.
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hexedit/-/compare/4fb50276534ab208c8d1307f5285b0f08c04ec2a...ad3923d1eafbaca85ab188b440443e5a8a2a9ee3
You're receiving this email because of your account on gitlab.archlinux.org.