summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcaltlgin2020-12-03 07:56:57 +1300
committercaltlgin2020-12-03 07:56:57 +1300
commitfa10fa6dd7c23b1cb0052ecd8b5e142001fc1dbe (patch)
treeced9635f3c31da0c9a84705e2a19ac113a14e366
parentdcb6b8a59cce88ec47389eb057dc4247b9081b05 (diff)
downloadaur-fa10fa6dd7c23b1cb0052ecd8b5e142001fc1dbe.tar.gz
Python 3.9 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD2
3 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6276d5302107..8d8c65c717f2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = unsilence
pkgdesc = Console Interface and Library to remove silent parts of a media file
pkgver = 1.0.6
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/lagmoellertim/unsilence
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..05c6d4d4c97b
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!.gitignore
+!.SRCINFO
+!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 455bcb82a7b5..d9336e221917 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=unsilence
pkgver=1.0.6
-pkgrel=1
+pkgrel=2
pkgdesc='Console Interface and Library to remove silent parts of a media file'
arch=('any')
url='https://github.com/lagmoellertim/unsilence'