summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Wagie2021-02-16 19:52:18 -0700
committerMark Wagie2021-02-16 19:52:18 -0700
commit75f6ad3b576a189e35098e0e3124a354de74275d (patch)
tree6bdb15a9ea1cce1ac8d2c2e1f1337f6fcbc90f66
parentdcfe5c58cf41e2920a5e36a39a87998f20617b01 (diff)
downloadaur-75f6ad3b576a189e35098e0e3124a354de74275d.tar.gz
1.0.4
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore7
-rw-r--r--PKGBUILD4
3 files changed, 12 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53f97e675ce3..0b96c83bda18 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = boca
pkgdesc = A component library used by the fre:ac audio converter
- pkgver = 1.0.3
+ pkgver = 1.0.4
pkgrel = 1
url = https://github.com/enzo1982/BoCA
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = boca
provides = libboca-1.0.so=2-64
provides = freac_cdk
conflicts = freac_cdk
- source = BoCA-1.0.3.tar.gz::https://github.com/enzo1982/BoCA/archive/v1.0.3.tar.gz
- sha256sums = 9a3b575bf656e4b05548fd0bc1a0623ba74d3d8e9ab39d51e400085c3f9627c2
+ source = BoCA-1.0.4.tar.gz::https://github.com/enzo1982/BoCA/archive/v1.0.4.tar.gz
+ sha256sums = f6ed366469b39afc363ef2ece76e3508a485970f5ba4eb705aaefd62057aa076
pkgname = boca
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..4dab8d6386e3
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,7 @@
+# Ignore everything
+*
+
+# But not these files...
+!.gitignore
+!PKGBUILD
+!.SRCINFO
diff --git a/PKGBUILD b/PKGBUILD
index 0d1e4bd5672e..60e22f80c6f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=boca
_pkgname=BoCA
-pkgver=1.0.3
+pkgver=1.0.4
pkgrel=1
pkgdesc="A component library used by the fre:ac audio converter"
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('alsa-lib' 'libcdio-paranoia' 'expat' 'libpulse' 'uriparser' 'smooth')
provides=('libboca-1.0.so=2-64' 'freac_cdk')
conflicts=('freac_cdk')
source=("$_pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('9a3b575bf656e4b05548fd0bc1a0623ba74d3d8e9ab39d51e400085c3f9627c2')
+sha256sums=('f6ed366469b39afc363ef2ece76e3508a485970f5ba4eb705aaefd62057aa076')
prepare() {
cd "$_pkgname-$pkgver"