diff options
author | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-16 09:55:14 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2024-12-16 09:55:14 +0100 |
commit | 70a36251fbc9ccef14d8947d4bb5097c289d5226 (patch) | |
tree | c446eb21c78be536e142b96055cd34fea529eef2 | |
parent | 972179f8b9cbb40028f7daa2d683287e7242f6ff (diff) | |
download | archlinuxewe-70a36251fbc9ccef14d8947d4bb5097c289d5226.tar.xz |
nyan-lang-git r281.e09e965-5 -> r293.19e742a-1
-rwxr-xr-x | nyan-lang-git/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nyan-lang-git/PKGBUILD b/nyan-lang-git/PKGBUILD index 466bf8616..05757d27d 100755 --- a/nyan-lang-git/PKGBUILD +++ b/nyan-lang-git/PKGBUILD @@ -2,8 +2,8 @@ # Contributor: Eric Bailey <nerflad@gmail.com> pkgname=nyan-lang-git -pkgver=r281.e09e965 -pkgrel=5 +pkgver=r293.19e742a +pkgrel=1 pkgdesc="A data description language designed for openage" arch=('i486' 'i686' 'pentium4' 'x86_64') url="https://github.com/SFTtech/nyan" @@ -17,7 +17,7 @@ makedepends=('cmake' 'git') provides=('nyan-lang') conflicts=('nyan-lang') source=("$pkgname::git+https://github.com/SFTtech/nyan") -md5sums=('SKIP') +sha512sums=('SKIP') pkgver() { cd "$pkgname" |