diff options
author | Sinedka | 2025-04-26 16:13:51 +0300 |
---|---|---|
committer | Sinedka | 2025-04-26 16:13:51 +0300 |
commit | 1b15d948033874f117385082dfa8b706334c2032 (patch) | |
tree | c3f70cb3a74e22b2dfccf4d5dc344b20044a91fa | |
parent | 8ccde81d45b8aae7c2b4f1f0d4beaf24738aec15 (diff) | |
download | aur-1b15d948033874f117385082dfa8b706334c2032.tar.gz |
2.0.0
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | PKGBUILD | 4 | ||||
-rw-r--r-- | aniparser-2.0.0.tar.gz | bin | 0 -> 101092 bytes |
4 files changed, 6 insertions, 5 deletions
@@ -1,15 +1,15 @@ pkgbase = aniparser pkgdesc = AniParser Electron application - pkgver = 1.2.2 + pkgver = 2.0.0 pkgrel = 1 - url = https://github.com/yourusername/aniparser + url = https://github.com/Sinedka/aniparser arch = x86_64 license = MIT makedepends = npm makedepends = git depends = electron>=35.1.0 depends = nodejs>=20.0.0 - source = aniparser-1.2.2.tar.gz + source = aniparser-2.0.0.tar.gz sha256sums = SKIP pkgname = aniparser diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000000..915f56445ac9 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +aniparser-*/
\ No newline at end of file @@ -1,10 +1,10 @@ # Maintainer: Your Name <dennnn8888@gmail.com> pkgname=aniparser -pkgver=1.2.2 +pkgver=2.0.0 pkgrel=1 pkgdesc="AniParser Electron application" arch=('x86_64') -url="https://github.com/yourusername/aniparser" +url="https://github.com/Sinedka/aniparser" license=('MIT') depends=('electron>=35.1.0' 'nodejs>=20.0.0') makedepends=('npm' 'git') diff --git a/aniparser-2.0.0.tar.gz b/aniparser-2.0.0.tar.gz Binary files differnew file mode 100644 index 000000000000..0ef53c954b7b --- /dev/null +++ b/aniparser-2.0.0.tar.gz |