diff options
author | Iztok Fister Jr <iztok@iztok-jr-fister.eu> | 2022-06-23 16:26:36 +0000 |
---|---|---|
committer | Michał Polański <michal@polanski.me> | 2022-06-23 18:19:27 +0000 |
commit | acca47fe55865666c223d851298f764cdf594235 (patch) | |
tree | 796330999ab4483cadca14322911e0779155c866 | |
parent | a587249e8cf8e2fcdce050607c0ccfe7cf16d221 (diff) | |
download | aports-acca47fe55865666c223d851298f764cdf594235.tar.gz aports-acca47fe55865666c223d851298f764cdf594235.tar.bz2 aports-acca47fe55865666c223d851298f764cdf594235.tar.xz |
testing/ruby-ast-tdl: upgrade to 0.0.3
-rw-r--r-- | testing/ruby-ast-tdl/APKBUILD | 8 | ||||
-rw-r--r-- | testing/ruby-ast-tdl/fix-license-warning.patch | 10 |
2 files changed, 3 insertions, 15 deletions
diff --git a/testing/ruby-ast-tdl/APKBUILD b/testing/ruby-ast-tdl/APKBUILD index 225b87a0d1..049aaf0bcf 100644 --- a/testing/ruby-ast-tdl/APKBUILD +++ b/testing/ruby-ast-tdl/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Iztok Fister, Jr. <iztok@iztok-jr-fister.eu> pkgname=ruby-ast-tdl _gemname=${pkgname#ruby-} -pkgver=0.0.2 +pkgver=0.0.3 pkgrel=0 pkgdesc="Training Description Language for Artificial Sport Trainer" url="https://github.com/firefly-cpp/ast-tdl" @@ -10,8 +10,7 @@ arch="noarch" license="MIT" depends="ruby" options="!check" # no tests in current release -source="$pkgname-$pkgver.tar.gz::https://github.com/firefly-cpp/$_gemname/archive/$pkgver/$_gemname-$pkgver.tar.gz - fix-license-warning.patch" +source="$pkgname-$pkgver.tar.gz::https://github.com/firefly-cpp/$_gemname/archive/$pkgver/$_gemname-$pkgver.tar.gz" builddir="$srcdir/$_gemname-$pkgver" build() { @@ -34,6 +33,5 @@ package() { } sha512sums=" -5b7763a28a8bc85b5529c0f1eac525046ec3a36661c3092f128df249d3543afc8ddd5f996d51e3ca4da8974a9dc27c9bdc12ae141879d81a9a152e06e3e6664e ruby-ast-tdl-0.0.2.tar.gz -d88f0bb2f32002debd6b101da105c278f8d6ad4aed8ca54c480b205f6db95bf7ee45406078ea4d84eb9724c538e799ad77a1fd6f2c8a8791056e8ad95469c162 fix-license-warning.patch +336f89f6f8a169047bf48ebca2ff11a5b55964aab8ad1cbb17e02d514f270b412298c4d6d847eae96c264faa1dc3aaf042bb7801c5530477d48a3de31c83fa1d ruby-ast-tdl-0.0.3.tar.gz " diff --git a/testing/ruby-ast-tdl/fix-license-warning.patch b/testing/ruby-ast-tdl/fix-license-warning.patch deleted file mode 100644 index e179a62ccc..0000000000 --- a/testing/ruby-ast-tdl/fix-license-warning.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- a/ast-tdl.gemspec -+++ b/ast-tdl.gemspec -@@ -1,6 +1,7 @@ - Gem::Specification.new do |spec| - spec.name = "ast-tdl" - spec.version = "0.0.2" -+ spec.license = "MIT" - spec.authors = ["firefly-cpp", "luckyLukac"] - spec.email = ["iztok@iztok-jr-fister.eu", "luka.lukac@student.um.si"] - |