[arch-commits] Commit in notify-sharp/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Wed Jan 10 11:12:59 UTC 2018


    Date: Wednesday, January 10, 2018 @ 11:12:59
  Author: bgyorgy
Revision: 280988

Some cosmetic changes

Modified:
  notify-sharp/trunk/PKGBUILD

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-10 10:41:26 UTC (rev 280987)
+++ PKGBUILD	2018-01-10 11:12:59 UTC (rev 280988)
@@ -11,8 +11,6 @@
 url="https://www.meebey.net/projects/notify-sharp/"
 license=('MIT')
 depends=('gtk-sharp-2' 'dbus-sharp-glib') 
-provides=('notify-sharp-svn')
-replaces=('notify-sharp-svn')
 source=(https://www.meebey.net/projects/notify-sharp/downloads/$pkgname-$pkgver.tar.gz
         use_dbussharp_2.pc)
 md5sums=('46fcb7a6b9b1cd0241366b8234e31e37'
@@ -25,13 +23,13 @@
 }
 
 build() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }
 
 package() {
-  cd "$srcdir/$pkgname-$pkgver"
+  cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install
   install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
 }



More information about the arch-commits mailing list