Skip to content

Commit

Permalink
ruby-ruby-termios: fix install.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Dec 21, 2024
1 parent f1a5174 commit 3da776d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/ruby-ruby-termios/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
# See COPYING for license details.

pkgname=ruby-ruby-termios
_gemname=ruby-termios
_pkgname=ruby-termios
pkgver=1.1.0
pkgrel=7
pkgrel=6
pkgdesc='A simple wrapper of termios(3).'
arch=('x86_64' 'aarch64')
url='https://rubygems.org/gems/ruby-termios'
license=('custom:unknown')
depends=('ruby')
makedepends=('rubygems' 'ruby-rdoc')
options=(!emptydirs)
source=("https://rubygems.org/gems/$_pkgname-$pkgver.gem")
source=("https://rubygems.org/downloads/$_pkgname-$pkgver.gem")
noextract=("$_gemname-$pkgver.gem")
sha512sums=('dc98e6d7e304fa76b4139dd88f8c6955e6f4e09ca48d5611813fac941564c93165945c24dc0d7f7f84d7cd959512d006d73f042b57fcb1dde2743ffbb3cc9b41')

Expand Down

0 comments on commit 3da776d

Please sign in to comment.