mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-25 12:40:30 +01:00
Better integrity checksums
This commit is contained in:
@@ -9,6 +9,6 @@ pkgbase = ruby-terminal-table
|
|||||||
depends = ruby-unicode-display_width>=1.1.1
|
depends = ruby-unicode-display_width>=1.1.1
|
||||||
options = !emptydirs
|
options = !emptydirs
|
||||||
source = ruby-terminal-table-3.0.2.tar.gz::https://github.com/tj/terminal-table/archive/v3.0.2.tar.gz
|
source = ruby-terminal-table-3.0.2.tar.gz::https://github.com/tj/terminal-table/archive/v3.0.2.tar.gz
|
||||||
sha1sums = b8ccfd06e6a990b66b06802e97ef8d7282dac5f2
|
sha256sums = 817d1644eeef962f1a1b54ff79d2bd17543eb08c8fa095152c50485f85a2f6c6
|
||||||
|
|
||||||
pkgname = ruby-terminal-table
|
pkgname = ruby-terminal-table
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ depends=(
|
|||||||
)
|
)
|
||||||
options=(!emptydirs)
|
options=(!emptydirs)
|
||||||
source=($pkgname-$pkgver.tar.gz::https://github.com/tj/terminal-table/archive/v${pkgver}.tar.gz)
|
source=($pkgname-$pkgver.tar.gz::https://github.com/tj/terminal-table/archive/v${pkgver}.tar.gz)
|
||||||
sha1sums=('b8ccfd06e6a990b66b06802e97ef8d7282dac5f2')
|
sha256sums=('817d1644eeef962f1a1b54ff79d2bd17543eb08c8fa095152c50485f85a2f6c6')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd ${_gemname}-${pkgver}
|
cd ${_gemname}-${pkgver}
|
||||||
|
|||||||
Reference in New Issue
Block a user