mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
update to 0.2.13
This commit is contained in:
parent
4f84d5d0fb
commit
daaeb177f6
2 changed files with 6 additions and 6 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
pkgbase = tobby
|
||||
pkgdesc = The Terminal Obby — a modern IRC client for the terminal
|
||||
pkgver = 0.2.12
|
||||
pkgver = 0.2.13
|
||||
pkgrel = 1
|
||||
url = https://github.com/ObsidianIRC/tobby
|
||||
arch = any
|
||||
|
|
@ -16,8 +16,8 @@ pkgbase = tobby
|
|||
provides = tobby
|
||||
conflicts = tobby-bin
|
||||
options = !strip
|
||||
noextract = mattfillipe-tobby-0.2.12.tgz
|
||||
source = mattfillipe-tobby-0.2.12.tgz::https://registry.npmjs.org/@mattfillipe/tobby/-/tobby-0.2.12.tgz
|
||||
sha256sums = eabfa55066566e77e71246f0628200fcb406a1b4834ad8cb1599f783a99add2d
|
||||
noextract = mattfillipe-tobby-0.2.13.tgz
|
||||
source = mattfillipe-tobby-0.2.13.tgz::https://registry.npmjs.org/@mattfillipe/tobby/-/tobby-0.2.13.tgz
|
||||
sha256sums = 8d696286bd36f0b4aa942be3c1e99217f60055b3bec5ff002ad4ea554e14b132
|
||||
|
||||
pkgname = tobby
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -3,7 +3,7 @@
|
|||
_npmname=@mattfillipe/tobby
|
||||
|
||||
pkgname=tobby
|
||||
pkgver=0.2.12
|
||||
pkgver=0.2.13
|
||||
pkgrel=1
|
||||
pkgdesc="The Terminal Obby — a modern IRC client for the terminal"
|
||||
arch=('any')
|
||||
|
|
@ -18,7 +18,7 @@ conflicts=('tobby-bin')
|
|||
# Scoped packages use %40 for @ in the URL path
|
||||
source=("mattfillipe-tobby-${pkgver}.tgz::https://registry.npmjs.org/@mattfillipe/tobby/-/tobby-${pkgver}.tgz")
|
||||
noextract=("mattfillipe-tobby-${pkgver}.tgz")
|
||||
sha256sums=('eabfa55066566e77e71246f0628200fcb406a1b4834ad8cb1599f783a99add2d')
|
||||
sha256sums=('8d696286bd36f0b4aa942be3c1e99217f60055b3bec5ff002ad4ea554e14b132')
|
||||
options=('!strip')
|
||||
|
||||
package() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue