summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorswordfeng2022-12-28 06:06:35 +0000
committerswordfeng2022-12-28 06:06:35 +0000
commit6f0efd17a7eb90632a0936766e8f2854a3ae60a7 (patch)
treec22a80ea4aec5c6aa9a38dbb2b0dd928fae0ea72
parent3e523d827cf93112a45d825a4dfa846549bc2a29 (diff)
downloadaur-6f0efd17a7eb90632a0936766e8f2854a3ae60a7.tar.gz
update pkg to 2.77
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore5
-rw-r--r--PKGBUILD6
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f97027a849c5..3d8532504542 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = qaac-wine
pkgdesc = QuickTime AAC/ALAC encoder (wine version)
- pkgver = 2.76
+ pkgver = 2.77
pkgrel = 1
- url = https://sites.google.com/site/qaacpage/
+ url = https://github.com/nu774/qaac
arch = x86_64
license = custom
makedepends = p7zip
@@ -10,12 +10,12 @@ pkgbase = qaac-wine
makedepends = winetricks
makedepends = binutils
depends = wine
- source = https://github.com/nu774/qaac/releases/download/v2.76/qaac_2.76.zip
+ source = https://github.com/nu774/qaac/releases/download/v2.77/qaac_2.77.zip
source = iTunes64Setup.exe::https://www.apple.com/itunes/download/win64
source = https://raw.githubusercontent.com/nu774/qaac/master/COPYING
source = https://www.apple.com/legal/sla/docs/iTunesWindows.pdf
source = wrapper.sh
- sha256sums = b3372b13b069a0a4f898846c0974da4feaa1c1bc0f6d91de56f29995437fd3f8
+ sha256sums = a219b90fd0741f2cb6cc46059d5e523c0c15ccd8213e10f861a3ef9633d956fb
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..1f78c434118a
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,5 @@
+*
+!PKGBUILD
+!.SRCINFO
+!wrapper.sh
+!.gitignore
diff --git a/PKGBUILD b/PKGBUILD
index 748b950a354b..1e3125303a89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,11 +7,11 @@
pkgname=qaac-wine
_pkgname=qaac
-pkgver=2.76
+pkgver=2.77
pkgrel=1
pkgdesc="QuickTime AAC/ALAC encoder (wine version)"
arch=('x86_64')
-url="https://sites.google.com/site/qaacpage/"
+url="https://github.com/nu774/qaac"
license=('custom')
depends=('wine')
makedepends=('p7zip' 'wine' 'winetricks' 'binutils')
@@ -20,7 +20,7 @@ source=("https://github.com/nu774/qaac/releases/download/v${pkgver}/qaac_${pkgve
"https://raw.githubusercontent.com/nu774/qaac/master/COPYING"
"https://www.apple.com/legal/sla/docs/iTunesWindows.pdf"
"wrapper.sh")
-sha256sums=('b3372b13b069a0a4f898846c0974da4feaa1c1bc0f6d91de56f29995437fd3f8'
+sha256sums=('a219b90fd0741f2cb6cc46059d5e523c0c15ccd8213e10f861a3ef9633d956fb'
'SKIP'
'SKIP'
'SKIP'