Skip to content

Commit

Permalink
upgpkg: dagtoc-bin 5.1.0-1
Browse files Browse the repository at this point in the history
upgpkg: dagtoc 5.1.0-1
  • Loading branch information
TD-Sky committed Feb 23, 2025
1 parent 2ae2341 commit aaf398e
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 13 deletions.
7 changes: 4 additions & 3 deletions dagtoc-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
pkgbase = dagtoc-bin
pkgdesc = A CLI tool for operating pdf contents
pkgver = 5.0.1
pkgver = 5.1.0
pkgrel = 1
url = https://github.com/TD-Sky/dagtoc
arch = x86_64
license = GPL3
depends = fontconfig
provides = dagtoc-bin
conflicts = dagtoc
source = dagtoc-bin-5.0.1.tar.gz::https://github.com/TD-Sky/dagtoc/releases/download/v5.0.1/dagtoc-x86_64-unknown-linux-gnu.tar.gz
sha256sums = 730ea80df1be618b006bcc9c7476f934102b43aac70e65b678fbd8242be81479
source = dagtoc-bin-5.1.0.tar.gz::https://github.com/TD-Sky/dagtoc/releases/download/v5.1.0/dagtoc-x86_64-unknown-linux-gnu.tar.gz
sha256sums = bb8fe1deaecea76da85aecfb1cbb8169eeb70446faba05a6f3fd993ca21522bc

pkgname = dagtoc-bin
5 changes: 3 additions & 2 deletions dagtoc-bin/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@

pkgname=dagtoc-bin
_pkgname="${pkgname%-bin}"
pkgver=5.0.1
pkgver=5.1.0
pkgrel=1
pkgdesc="A CLI tool for operating pdf contents"
arch=('x86_64')
url="https://github.com/TD-Sky/dagtoc"
license=('GPL3')
provides=("$pkgname")
conflicts=("$_pkgname")
depends=('fontconfig')
source=("$pkgname-$pkgver.tar.gz::$url/releases/download/v$pkgver/$_pkgname-$arch-unknown-linux-gnu.tar.gz")
sha256sums=('730ea80df1be618b006bcc9c7476f934102b43aac70e65b678fbd8242be81479')
sha256sums=('bb8fe1deaecea76da85aecfb1cbb8169eeb70446faba05a6f3fd993ca21522bc')

package() {
install -Dm 755 "$_pkgname" -t "$pkgdir/usr/bin"
Expand Down
7 changes: 4 additions & 3 deletions dagtoc/.SRCINFO
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
pkgbase = dagtoc
pkgdesc = A CLI tool for operating pdf contents
pkgver = 5.0.1
pkgver = 5.1.0
pkgrel = 1
url = https://github.com/TD-Sky/dagtoc
arch = x86_64
license = GPL3
makedepends = cargo
depends = fontconfig
provides = dagtoc
conflicts = dagtoc-bin
source = dagtoc-5.0.1.tar.gz::https://github.com/TD-Sky/dagtoc/archive/v5.0.1.tar.gz
sha256sums = 9f0e401adcf39e76296c87766e00fc3cc31c9a4a907588f6ca1c758e893b83ff
source = dagtoc-5.1.0.tar.gz::https://github.com/TD-Sky/dagtoc/archive/v5.1.0.tar.gz
sha256sums = 9d3cd47bebf7216c45286d6b22e38c61aec04e3a6dbe5ae20747b19d005f63c9

pkgname = dagtoc
5 changes: 3 additions & 2 deletions dagtoc/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/TD-Sky/PKGBUILDs

pkgname=dagtoc
pkgver=5.0.1
pkgver=5.1.0
pkgrel=1
pkgdesc="A CLI tool for operating pdf contents"
arch=('x86_64')
Expand All @@ -11,8 +11,9 @@ license=('GPL3')
provides=("$pkgname")
conflicts=("$pkgname-bin")
makedepends=('cargo')
depends=('fontconfig')
source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
sha256sums=('9f0e401adcf39e76296c87766e00fc3cc31c9a4a907588f6ca1c758e893b83ff')
sha256sums=('9d3cd47bebf7216c45286d6b22e38c61aec04e3a6dbe5ae20747b19d005f63c9')

prepare() {
export RUSTUP_TOOLCHAIN=stable
Expand Down
6 changes: 3 additions & 3 deletions old_ver.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"url": "https://github.com/TD-Sky/conceal/releases/tag/v0.6.0"
},
"dagtoc": {
"version": "5.0.1",
"gitref": "refs/tags/v5.0.1",
"url": "https://github.com/TD-Sky/dagtoc/releases/tag/v5.0.1"
"version": "5.1.0",
"gitref": "refs/tags/v5.1.0",
"url": "https://github.com/TD-Sky/dagtoc/releases/tag/v5.1.0"
}
}
}

0 comments on commit aaf398e

Please sign in to comment.