summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDmitry Psyriccio2016-05-26 14:20:50 +0300
committerDmitry Psyriccio2016-05-26 14:20:50 +0300
commitf4a94fb3d0075fea88800d7847946f21d42cae95 (patch)
tree1ab613871f1c4003a95c979306032519fa426282
parent3c4a8c49ed2b141d6c1c3c738dc585440a01550d (diff)
downloadaur-f4a94fb3d0075fea88800d7847946f21d42cae95.tar.gz
0.0.1-3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD14
2 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52d2b0cca4fe..203f6bcf6092 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = anoise-community-extension1
pkgdesc = Ambient Noise Community Library. Sounds and icons from the users
pkgver = 0.0.1
- pkgrel = 2
+ pkgrel = 3
url = https://code.launchpad.net/anoise
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index 5e00534dd979..671a02522e60 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,9 +1,8 @@
-# Submitter: agnotek <agnostic[dot]sn[at]gmail[dot]com>
-# Mantainer: ziu <frances[dot]albanese[at]gmail[dot]com>
-
+#Maintainer: Yan Burdonsky <psyrccio@gmail.com>
+#Contributor: Yan Burdonsky <psyrccio@gmail.com>
pkgname=anoise-community-extension1
pkgver=0.0.1
-pkgrel=2
+pkgrel=3
pkgdesc="Ambient Noise Community Library. Sounds and icons from the users"
arch=('any')
license=('GPL3')
@@ -16,13 +15,16 @@ optdepends=()
source=("https://launchpad.net/~costales/+archive/ubuntu/anoise/+files/${pkgname}_${pkgver}_all.deb")
sha256sums=('3dc4d15970ede8011c4934ea76f69e1bbb5e4e1e1b80d223f620f4bf11adbaa3')
+build() {
+ cd "${srcdir}"
+}
+
package() {
cd "${srcdir}"
ar x "${pkgname}_${pkgver}_all.deb" > /dev/null
tar -xJf data.tar.xz -C "${pkgdir}"
-
+
install -d -m755 "${pkgdir}/usr/"
}
-