Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
distro-info
Commits:
792d677c by Felix Yan at 2024-10-21T01:59:16+03:00
upgpkg: 1.10-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = distro-info
pkgdesc = Information about all releases of Debian and Ubuntu
- pkgver = 1.7
- pkgrel = 4
+ pkgver = 1.10
+ pkgrel = 1
url = https://salsa.debian.org/debian/distro-info
arch = x86_64
license = ISC
@@ -24,7 +24,7 @@ pkgbase = distro-info
conflicts = python-distro-info
conflicts = perl-distro-info
options = !emptydirs
- source =
git+https://salsa.debian.org/debian/distro-info.git#tag=debian/1.7
- sha256sums =
3940d2e27095134fa2c3e2ea2336c678d757eccf354567a16a92584c8d38d8ac
+ source =
git+https://salsa.debian.org/debian/distro-info.git#tag=debian/1.10
+ sha256sums =
536354ece9a45dc99b9c6be31561b55cece2ad07bb0e9af11b05815b4ea782d4
pkgname = distro-info
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
# Contributor: Johannes Dewender arch at JonnyJD dot net
pkgname=distro-info
-pkgver=1.7
-pkgrel=4
+pkgver=1.10
+pkgrel=1
pkgdesc="Information about all releases of Debian and Ubuntu"
arch=('x86_64')
url="https://salsa.debian.org/debian/distro-info"
@@ -29,7 +29,7 @@ provides=('python-distro-info' 'perl-distro-info')
conflicts=('python-distro-info' 'perl-distro-info')
options=('!emptydirs')
source=("git+https://salsa.debian.org/debian/distro-info.git#tag=debian/$pkgver")
-sha256sums=('3940d2e27095134fa2c3e2ea2336c678d757eccf354567a16a92584c8d38d8ac')
+sha256sums=('536354ece9a45dc99b9c6be31561b55cece2ad07bb0e9af11b05815b4ea782d4')
prepare() {
cd $pkgname
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/distro-info/-/commit/792d677ca12c3af9d8e9722a853a6f8368ff985c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/distro-info/-/commit/792d677ca12c3af9d8e9722a853a6f8368ff985c
You're receiving this email because of your account on gitlab.archlinux.org.