George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
senpai
Commits:
73a44565 by George Rawlinson at 2023-11-29T13:04:08+13:00
upgpkg: 0.3.0-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = senpai
pkgdesc = A modern terminal IRC client
- pkgver = 0.2.0
- pkgrel = 3
+ pkgver = 0.3.0
+ pkgrel = 1
url = https://git.sr.ht/~taiite/senpai
arch = x86_64
license = ISC
@@ -10,7 +10,7 @@ pkgbase = senpai
makedepends = scdoc
depends = glibc
options = !lto
- source =
senpai::git+https://git.sr.ht/~taiite/senpai#commit=1318e784bd2bba3765aee97811a3f0053d3a6723
+ source =
senpai::git+https://git.sr.ht/~taiite/senpai#commit=e92997b9edd0a4882e1e318ccdc2a579f0abb09b
b2sums = SKIP
pkgname = senpai
=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
# Maintainer: George Rawlinson <[email protected]>
pkgname=senpai
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.3.0
+pkgrel=1
pkgdesc='A modern terminal IRC client'
arch=('x86_64')
url='https://git.sr.ht/~taiite/senpai'
@@ -10,7 +10,7 @@ license=('ISC')
depends=('glibc')
makedepends=('git' 'go' 'scdoc')
options=('!lto')
-_commit='1318e784bd2bba3765aee97811a3f0053d3a6723'
+_commit='e92997b9edd0a4882e1e318ccdc2a579f0abb09b'
source=("$pkgname::git+$url#commit=$_commit")
b2sums=('SKIP')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/senpai/-/commit/73a44565d6a7935882ac6a439354ec7d44827bb4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/senpai/-/commit/73a44565d6a7935882ac6a439354ec7d44827bb4
You're receiving this email because of your account on gitlab.archlinux.org.