summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMastermindzh2021-06-26 16:07:32 +0200
committerMastermindzh2021-06-26 16:07:32 +0200
commitce5b19f6d7255b159941934f6e03bc1d04481f95 (patch)
tree6dbde74e3c71a974e3cdae812f4dfd5fddb43b90
parenteee3a64da9bf2de5dd86bd35c5f2ea50090f36d1 (diff)
downloadaur-ce5b19f6d7255b159941934f6e03bc1d04481f95.tar.gz
added srcinfo
-rw-r--r--.SRCINFO12
-rw-r--r--.gitignore6
-rw-r--r--package.json15
3 files changed, 27 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 02faa60b25ff..939c41e9a516 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tidal-hifi-git
pkgdesc = The web version of listen.tidal.com running in electron with hifi support thanks to widevine.
- pkgver = 2.2.1
- pkgrel = 2
+ pkgver = 2.3.0.r0.g8fea526
+ pkgrel = 1
url = https://github.com/Mastermindzh/tidal-hifi
arch = x86_64
license = custom:MIT
@@ -11,10 +11,10 @@ pkgbase = tidal-hifi-git
depends = nss
depends = gtk3
provides = tidal-hifi
- source = https://github.com/Mastermindzh/tidal-hifi/archive/2.2.1.zip
+ conflicts = tidal-hifi
+ source = git+https://github.com/Mastermindzh/tidal-hifi.git
source = tidal-hifi.desktop
- sha512sums = adf126bb23945deca1f3cc5e50b53422d442096726f6b77c7490fc3fcd6af809502750d1670ef26c7ab019f1b31e6bf8fa59274bdc9a8be6779caa73c7f50cc9
- sha512sums = d7e283e841aa0ba8189d56c090f01aaa7fe2b187756a6d037d1412e698ff586aef45698c5cb89c36fe22f403885060e65fef98be9f8807ac1e6878d8fca686eb
+ sha512sums = SKIP
+ sha512sums = 31cf40fb3ac81c4a64a8410a78e97c268a440577bce54347ce62f8a9566c8897f8083cd1e5afa40b0fbe9a149fc4fb4f29cad91a12e5b47cf8e300e56351a4f1
pkgname = tidal-hifi-git
-
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..82379474b8c7
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
+*
+!.gitignore
+!.SRCINFO
+!package.json
+!PKGBUILD
+!tidal-hifi-desktop \ No newline at end of file
diff --git a/package.json b/package.json
new file mode 100644
index 000000000000..b6ecfefcfc84
--- /dev/null
+++ b/package.json
@@ -0,0 +1,15 @@
+{
+ "name": "tidal-hifi-git",
+ "version": "1.0.0",
+ "description": "",
+ "main": "index.js",
+ "scripts": {
+ "build": "makepkg && makepkg --printsrcinfo > .SRCINFO"
+ },
+ "repository": {
+ "type": "git",
+ "url": "git+ssh://aur@aur.archlinux.org/tidal-hifi-git.git"
+ },
+ "author": "Rick van Lieshout <info@rickvanlieshout.com> (http://rickvanlieshout.com/)",
+ "license": "ISC"
+}