summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6276d53..8d8c65c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
1pkgbase = unsilence 1pkgbase = unsilence
2 pkgdesc = Console Interface and Library to remove silent parts of a media file 2 pkgdesc = Console Interface and Library to remove silent parts of a media file
3 pkgver = 1.0.6 3 pkgver = 1.0.6
4 pkgrel = 1 4 pkgrel = 2
5 url = https://github.com/lagmoellertim/unsilence 5 url = https://github.com/lagmoellertim/unsilence
6 arch = any 6 arch = any
7 license = MIT 7 license = MIT
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..05c6d4d
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
1*
2!.gitignore
3!.SRCINFO
4!PKGBUILD
diff --git a/PKGBUILD b/PKGBUILD
index 455bcb8..d9336e2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
2 2
3pkgname=unsilence 3pkgname=unsilence
4pkgver=1.0.6 4pkgver=1.0.6
5pkgrel=1 5pkgrel=2
6pkgdesc='Console Interface and Library to remove silent parts of a media file' 6pkgdesc='Console Interface and Library to remove silent parts of a media file'
7arch=('any') 7arch=('any')
8url='https://github.com/lagmoellertim/unsilence' 8url='https://github.com/lagmoellertim/unsilence'