summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaveD2024-04-27 21:18:10 +0200
committerDaveD2024-04-27 21:18:10 +0200
commit980c6ef9653255749d02830ef3ce34351183c8ce (patch)
treefc58423abcdb6ee9d4711aed4cbcdbb3c12c06ea
parent865617b0cb39a52ca9572e785c8ea97bffa92c4e (diff)
downloadaur-980c6ef9653255749d02830ef3ce34351183c8ce.tar.gz
Changed local file requirements
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4c649fb07bf2..9c56a3898964 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -20,7 +20,7 @@ pkgbase = activinspire
depends = icu60
optdepends = activdriver: Driver for Promethean hardware
optdepends = activtools: Tools for Promethean hardware, e.g. calibration or systray monitor
- source = activinspire_3.3.15.2004.amd64_amd64.deb
+ source = local://activinspire_3.3.15.2004.amd64_amd64.deb
source = inspire.sh
source = activityplayer.sh
source = com.ubuntu.user-interface.gschema.xml
diff --git a/PKGBUILD b/PKGBUILD
index 028619b57704..96e17d2dd418 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ license=('unknown')
depends=(libxmu gst-plugins-base libjpeg-turbo libxrender libgl fontconfig openssl-1.0 nss libxcomposite libxcursor libxtst dbus icu60)
optdepends=('activdriver: Driver for Promethean hardware'
'activtools: Tools for Promethean hardware, e.g. calibration or systray monitor')
-source=("activinspire_${pkgver}.2004-1.amd64_amd64.deb"
+source=("local://activinspire_${pkgver}.2004-1.amd64_amd64.deb"
"inspire.sh"
"activityplayer.sh"
"com.ubuntu.user-interface.gschema.xml")