Skip to content

Commit

Permalink
pkgbuild works
Browse files Browse the repository at this point in the history
  • Loading branch information
antonilol committed Nov 4, 2021
1 parent 4f1aac0 commit 0069705
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 1 addition & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Not finished yet

# Maintainer: Antoni Spaanderman <56turtle56@gmail.com>

pkgname=simple-usb-automount
pkgver=1.0.1
pkgver=1.0.2
pkgrel=1
arch=('any')
url=https://github.com/antonilol/simple-usb-automount
Expand All @@ -17,4 +15,3 @@ package() {
./install rw "$pkgdir"
}


2 changes: 0 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

cd files

echo "args: $@" >&2 # debug

# the user id (uid) to send the notification to (with notify-send)
UID_NOTIFICATION="1000"

Expand Down

0 comments on commit 0069705

Please sign in to comment.