diff options
-rw-r--r-- | .SRCINFO | 2 | ||||
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | PKGBUILD | 2 |
3 files changed, 6 insertions, 2 deletions
@@ -1,7 +1,7 @@ | |||
1 | pkgbase = unsilence | 1 | pkgbase = 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 | ||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | pkgname=unsilence | 3 | pkgname=unsilence |
4 | pkgver=1.0.6 | 4 | pkgver=1.0.6 |
5 | pkgrel=1 | 5 | pkgrel=2 |
6 | pkgdesc='Console Interface and Library to remove silent parts of a media file' | 6 | pkgdesc='Console Interface and Library to remove silent parts of a media file' |
7 | arch=('any') | 7 | arch=('any') |
8 | url='https://github.com/lagmoellertim/unsilence' | 8 | url='https://github.com/lagmoellertim/unsilence' |