summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-04-03 15:02:06 +0200
committerMichael Straube2017-04-03 15:02:06 +0200
commitc111ab36fc959fc81a819a0e30b509f4902048c5 (patch)
tree6e743d32ba6080ac03c8d5f6203238e0b8ccbc3e
parent3eb73c59571efbcc37414f9bdd9e2be1207375e3 (diff)
downloadaur-c111ab36fc959fc81a819a0e30b509f4902048c5.tar.gz
Update description
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fb60851f6ed6..ad8953ff73d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = pogo
- pkgdesc = Plays your music. Nothing else.
+ pkgdesc = A fast and minimalist audio player
pkgver = 0.9.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/jendrikseipp/pogo
arch = any
license = GPL
diff --git a/PKGBUILD b/PKGBUILD
index 7777bc63d452..4e6798e5c58d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=pogo
pkgver=0.9.2
-pkgrel=1
-pkgdesc='Plays your music. Nothing else.'
+pkgrel=2
+pkgdesc='A fast and minimalist audio player'
arch=('any')
url='https://github.com/jendrikseipp/pogo'
license=('GPL')
@@ -20,6 +20,5 @@ sha256sums=('1a0555be78998c0eae770994d40b684b682b827129f4385a1f6042ba67376049')
package() {
cd $pkgname-$pkgver
-
make DESTDIR="$pkgdir" install
}