Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / 
xortool


Commits:
ea7df067 by Levente Polyak at 2026-02-08T02:04:50+01:00
upgpkg: 1.1.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = xortool
        pkgdesc = Tool to analyze multi-byte XOR cipher
-       pkgver = 1.0.0
-       pkgrel = 4
+       pkgver = 1.1.0
+       pkgrel = 1
        url = https://github.com/hellman/xortool
        arch = any
        license = MIT
@@ -11,8 +11,8 @@ pkgbase = xortool
        depends = python
        depends = python-docopt
        depends = python-importlib-metadata
-       source = 
https://github.com/hellman/xortool/archive/v1.0.0/xortool-1.0.0.tar.gz
-       sha512sums = 
e108258f10bd77d084294ea0cb99bf6d27904e5f7b38db5cc88a5760aa757a86b3c74cdbc2322f2bfce5cb5a414fd9db6f8672677d3258d07325136b2080896d
-       b2sums = 
33bb121bf386ebcefa5dc48604242e9586e6aedbe8df24bb7407eab90130df8c47d64d4f5cc86b085d1f34b0621ad61e84009549a02dc90bb746e1d9e2d7562c
+       source = 
https://github.com/hellman/xortool/archive/v1.1.0/xortool-1.1.0.tar.gz
+       sha512sums = 
60f93b5ad7ba9416b179e45ce7b682cf3e2e8cef19d787c069a7c03d25e8afe4abb6846358b38ebedf263de92266cd34c6515412564b319d3d9486404803399f
+       b2sums = 
fe9d050200deb3fc0bfd76bc25c0b332fb3cf8a5cc951ca22697d892320c700810b2fd447c4a56a162df7ee6eed4214735637010361aad1244c430f76589480c
 
 pkgname = xortool


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,25 @@
 # Contributor: Caltlgin Stsodaat <[email protected]>
 
 pkgname=xortool
-pkgver=1.0.0
-pkgrel=4
+pkgver=1.1.0
+pkgrel=1
 pkgdesc='Tool to analyze multi-byte XOR cipher'
 url='https://github.com/hellman/xortool'
-arch=('any')
-license=('MIT')
-depends=('python' 'python-docopt' 'python-importlib-metadata')
-makedepends=('python-build' 'python-installer' 'python-poetry-core')
+arch=(any)
+license=(MIT)
+depends=(
+  python
+  python-docopt
+  python-importlib-metadata
+)
+makedepends=(
+  python-build
+  python-installer
+  python-poetry-core
+)
 source=("${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha512sums=('e108258f10bd77d084294ea0cb99bf6d27904e5f7b38db5cc88a5760aa757a86b3c74cdbc2322f2bfce5cb5a414fd9db6f8672677d3258d07325136b2080896d')
-b2sums=('33bb121bf386ebcefa5dc48604242e9586e6aedbe8df24bb7407eab90130df8c47d64d4f5cc86b085d1f34b0621ad61e84009549a02dc90bb746e1d9e2d7562c')
+sha512sums=('60f93b5ad7ba9416b179e45ce7b682cf3e2e8cef19d787c069a7c03d25e8afe4abb6846358b38ebedf263de92266cd34c6515412564b319d3d9486404803399f')
+b2sums=('fe9d050200deb3fc0bfd76bc25c0b332fb3cf8a5cc951ca22697d892320c700810b2fd447c4a56a162df7ee6eed4214735637010361aad1244c430f76589480c')
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -33,7 +41,7 @@ check() {
 package() {
   cd ${pkgname}-${pkgver}
   python -m installer --destdir="${pkgdir}" dist/*.whl
-# install -Dm 644 LICENSE -t "${pkgdir}/usr/share/licenses/${pkgname}"
+  install -Dm 644 README.md -t "${pkgdir}/usr/share/licenses/${pkgname}"
   install -Dm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xortool/-/commit/ea7df0674bb4d05051d1cc3b0c3fd6ae3c290cfe

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xortool/-/commit/ea7df0674bb4d05051d1cc3b0c3fd6ae3c290cfe
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to